Vagrantfile created should be capitalized still
This commit is contained in:
parent
24337b0ca4
commit
a8af0f47d3
|
@ -7,7 +7,7 @@ module Vagrant
|
|||
register "init [box_name] [box_url]", "Initializes the current folder for Vagrant usage"
|
||||
|
||||
def execute
|
||||
template "vagrantfile.erb", "vagrantfile"
|
||||
template "Vagrantfile.erb", "Vagrantfile"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue