Remove editor comments from min Vagrantfile

This commit is contained in:
Seth Vargo 2014-12-11 16:48:20 -08:00
parent 6cae92a200
commit 0dcdc2312b
1 changed files with 0 additions and 3 deletions

View File

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