Push does not have access to @machine

This commit is contained in:
Seth Vargo 2014-10-23 16:02:51 -04:00
parent 03b8105571
commit 190da26404
1 changed files with 1 additions and 3 deletions

View File

@ -2,9 +2,7 @@ module VagrantPlugins
module NoopDeploy module NoopDeploy
class Push < Vagrant.plugin("2", :push) class Push < Vagrant.plugin("2", :push)
def push def push
@machine.communicate.tap do |comm| puts "pushed"
puts "pushed"
end
end end
end end
end end