Push does not have access to @machine
This commit is contained in:
parent
03b8105571
commit
190da26404
|
@ -2,10 +2,8 @@ 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
|
end
|
||||||
end
|
|
||||||
|
|
Loading…
Reference in New Issue