lib/veewee/provider/core/box/ssh.rb in veewee-0.3.0.alpha6 vs lib/veewee/provider/core/box/ssh.rb in veewee-0.3.0.alpha7

- old
+ new

@@ -18,10 +18,10 @@ ssh_command="ssh #{ssh_commandline_options(options)} #{host_ip} \"#{extended_command}\"" fg_exec(ssh_command,options) else - env.ui.error "Can't ssh into '#{@name} as we couldn't figure out it's ip-address" + ui.error("Can't ssh into '#{@name} as we couldn't figure out it's ip-address",:prefix => false) end else ssh_options={:user => definition.ssh_user,:password => definition.ssh_password, :port => definition.ssh_host_port} ssh_execute(host_ip,command,ssh_options) end