lib/veewee/export.rb in veewee-0.2.1 vs lib/veewee/export.rb in veewee-0.2.2
- old
+ new
@@ -44,11 +44,11 @@
if File.exists?("#{box_path}")
puts "box #{boxname}.box already exists"
exit
end
- puts "Excuting vagrant voodoo:"
+ puts "Executing vagrant voodoo:"
export_command="vagrant package --base '#{boxname}' --output '#{box_path}'"
puts "#{export_command}"
Veewee::Shell.execute("#{export_command}") #hmm, needs to get the gem_home set?
puts
@@ -76,6 +76,6 @@
# Shellutil.execute("echo ' config.vm.forward_port(\"ssh\",22,#{host_port})' >> /tmp/Vagrantfile")
# Shellutil.execute("echo 'end' >> /tmp/Vagrantfile")
#vagrant export disables the machine
-# thebox.ssh_enable_vmachine({:hostport => host_port , :guestport => 22} )
\ No newline at end of file
+# thebox.ssh_enable_vmachine({:hostport => host_port , :guestport => 22} )