Update Vagrantfile.min.erb

This commit is contained in:
Alvaro Miranda Aguilera 2021-01-23 12:05:41 +01:00 committed by GitHub
parent 74570802f3
commit def5ccc42e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,6 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.box = "<%= box_name %>"
<% if box_version -%>