Fix Shutdown step message
This commit is contained in:
parent
0407989de8
commit
422028bb3c
@ -21,7 +21,7 @@ func (StepShutdown) Run(state multistep.StateBag) multistep.StepAction {
|
||||
return multistep.ActionHalt
|
||||
}
|
||||
|
||||
ui.Say("Step: Shutdown and export")
|
||||
ui.Say("Step: Shutting down VM")
|
||||
|
||||
// Shutdown the VM
|
||||
success := func() bool {
|
||||
|
Loading…
Reference in New Issue
Block a user