From 422028bb3ce0bf22cf7c33ab81e7d69eec1a7889 Mon Sep 17 00:00:00 2001 From: Cheng Sun Date: Tue, 6 Jan 2015 13:49:10 +0000 Subject: [PATCH] Fix Shutdown step message --- builder/xenserver/common/step_shutdown.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/xenserver/common/step_shutdown.go b/builder/xenserver/common/step_shutdown.go index 52fabc4..3ae1e9d 100644 --- a/builder/xenserver/common/step_shutdown.go +++ b/builder/xenserver/common/step_shutdown.go @@ -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 {