Cosmetic: fix typo in log message

This commit is contained in:
Cheng Sun 2014-12-08 15:37:16 +00:00
parent 2dbe047d45
commit 91c1326bc4

View File

@ -89,7 +89,7 @@ func (stepShutdownAndExport) Run(state multistep.StateBag) multistep.StepAction
downloadFile(disk_export_url, disk_export_filename)
}
ui.Say("Download complteded: " + config.OutputDir)
ui.Say("Download completed: " + config.OutputDir)
return multistep.ActionContinue
}