Trivial change.
This commit is contained in:
parent
ec90382efe
commit
46b113dcdb
|
@ -21,7 +21,7 @@ module Vagrant
|
||||||
rootfile_path = File.join(Dir.pwd, Environment::ROOTFILE_NAME)
|
rootfile_path = File.join(Dir.pwd, Environment::ROOTFILE_NAME)
|
||||||
error_and_exit(:rootfile_already_exists) if File.exist?(rootfile_path)
|
error_and_exit(:rootfile_already_exists) if File.exist?(rootfile_path)
|
||||||
|
|
||||||
# Copy over the rootfile template into this directory
|
# Write the rootfile
|
||||||
default_box ||= "base"
|
default_box ||= "base"
|
||||||
File.open(rootfile_path, 'w+') do |f|
|
File.open(rootfile_path, 'w+') do |f|
|
||||||
f.write(TemplateRenderer.render(Environment::ROOTFILE_NAME, :default_box => default_box))
|
f.write(TemplateRenderer.render(Environment::ROOTFILE_NAME, :default_box => default_box))
|
||||||
|
|
|
@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
||||||
|
|
||||||
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
|
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
|
||||||
s.authors = ["Mitchell Hashimoto", "John Bender"]
|
s.authors = ["Mitchell Hashimoto", "John Bender"]
|
||||||
s.date = %q{2010-04-19}
|
s.date = %q{2010-04-21}
|
||||||
s.default_executable = %q{vagrant}
|
s.default_executable = %q{vagrant}
|
||||||
s.description = %q{Vagrant is a tool for building and distributing virtualized development environments.}
|
s.description = %q{Vagrant is a tool for building and distributing virtualized development environments.}
|
||||||
s.email = ["mitchell.hashimoto@gmail.com", "john.m.bender@gmail.com"]
|
s.email = ["mitchell.hashimoto@gmail.com", "john.m.bender@gmail.com"]
|
||||||
|
|
Loading…
Reference in New Issue