Fix Shutdown step message

This commit is contained in:
Cheng Sun 2015-01-06 13:49:10 +00:00
parent 0407989de8
commit 422028bb3c

View File

@ -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 {