Removed unused method on Vagrant::Command
This commit is contained in:
parent
fddee1158d
commit
32a951cb6c
|
@ -211,13 +211,6 @@ msg
|
|||
|
||||
box.destroy
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def act_on_vm(&block)
|
||||
yield Env.persisted_vm
|
||||
Env.persisted_vm.execute!
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue