Push does not have access to @machine
This commit is contained in:
parent
03b8105571
commit
190da26404
|
@ -2,9 +2,7 @@ module VagrantPlugins
|
|||
module NoopDeploy
|
||||
class Push < Vagrant.plugin("2", :push)
|
||||
def push
|
||||
@machine.communicate.tap do |comm|
|
||||
puts "pushed"
|
||||
end
|
||||
puts "pushed"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue