Remove editor comments from min Vagrantfile
This commit is contained in:
parent
6cae92a200
commit
0dcdc2312b
|
@ -1,6 +1,3 @@
|
||||||
# -*- mode: ruby -*-
|
|
||||||
# vi: set ft=ruby :
|
|
||||||
|
|
||||||
Vagrant.configure(2) do |config|
|
Vagrant.configure(2) do |config|
|
||||||
config.vm.box = "<%= box_name %>"
|
config.vm.box = "<%= box_name %>"
|
||||||
<% if box_url -%>
|
<% if box_url -%>
|
||||||
|
|
Loading…
Reference in New Issue