builder/virtualbox: Message for vboxmanage command, not say

This commit is contained in:
Mitchell Hashimoto 2013-06-23 21:56:14 -07:00
parent eacf257d83
commit bdd60fe914
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ func (s *stepVBoxManage) Run(state map[string]interface{}) multistep.StepAction
command[i] = buf.String()
}
ui.Say(fmt.Sprintf("Executing: %s", strings.Join(command, " ")))
ui.Message(fmt.Sprintf("Executing: %s", strings.Join(command, " ")))
if err := driver.VBoxManage(command...); err != nil {
err := fmt.Errorf("Error executing command: %s", err)
state["error"] = err