Vagrantfile created should be capitalized still

This commit is contained in:
Mitchell Hashimoto 2011-07-09 15:23:03 -07:00
parent 24337b0ca4
commit a8af0f47d3
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ module Vagrant
register "init [box_name] [box_url]", "Initializes the current folder for Vagrant usage" register "init [box_name] [box_url]", "Initializes the current folder for Vagrant usage"
def execute def execute
template "vagrantfile.erb", "vagrantfile" template "Vagrantfile.erb", "Vagrantfile"
end end
end end
end end