lib/vagrant/commands/reload.rb in vagrant-0.5.0 vs lib/vagrant/commands/reload.rb in vagrant-0.5.1

- old
+ new

@@ -8,9 +8,10 @@ class Reload < Base Base.subcommand "reload", self description "Reload the vagrant environment" def execute(args=[]) + env.require_root_path all_or_single(args, :reload) end def reload_single(name) vm = env.vms[name.to_sym]