From 0dcdc2312ba3b6a5270467602bdd6dc8361741fc Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Thu, 11 Dec 2014 16:48:20 -0800 Subject: [PATCH] Remove editor comments from min Vagrantfile --- templates/commands/init/Vagrantfile.min.erb | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/commands/init/Vagrantfile.min.erb b/templates/commands/init/Vagrantfile.min.erb index 6120ce0e4..ac70f5e7c 100644 --- a/templates/commands/init/Vagrantfile.min.erb +++ b/templates/commands/init/Vagrantfile.min.erb @@ -1,6 +1,3 @@ -# -*- mode: ruby -*- -# vi: set ft=ruby : - Vagrant.configure(2) do |config| config.vm.box = "<%= box_name %>" <% if box_url -%>