providers/hyperv: change wording to look a bit better
This commit is contained in:
parent
4c810a879a
commit
ea871ec9ef
|
@ -7,7 +7,7 @@ module VagrantPlugins
|
|||
end
|
||||
|
||||
def call(env)
|
||||
env[:ui].info('Deleting the Machine')
|
||||
env[:ui].info("Deleting the machine...")
|
||||
options = { VmId: env[:machine].id }
|
||||
env[:machine].provider.driver.execute('delete_vm.ps1', options)
|
||||
@app.call(env)
|
||||
|
|
|
@ -7,7 +7,7 @@ module VagrantPlugins
|
|||
end
|
||||
|
||||
def call(env)
|
||||
env[:ui].info('Stopping the Machine')
|
||||
env[:ui].info("Stopping the machine..."))
|
||||
options = { VmId: env[:machine].id }
|
||||
env[:machine].provider.driver.execute('stop_vm.ps1', options)
|
||||
@app.call(env)
|
||||
|
|
Loading…
Reference in New Issue