lib/veewee/provider/vmfusion/box/ssh.rb in veewee-0.3.7 vs lib/veewee/provider/vmfusion/box/ssh.rb in veewee-0.3.9
- old
+ new
@@ -1,10 +1,10 @@
module Veewee
module Provider
module Vmfusion
module BoxCommand
- def ssh(command,options)
+ def ssh(command,options={})
super(command,options)
end
end
end
end