mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 07:21:40 -04:00
@@ -35,7 +35,7 @@ func (s *stepRun) Run(state multistep.StateBag) multistep.StepAction {
|
||||
|
||||
command, err := getCommandArgs(s.BootDrive, state)
|
||||
if err != nil {
|
||||
err := fmt.Errorf("Error processing QemuArggs: %s", err)
|
||||
err := fmt.Errorf("Error processing QemuArgs: %s", err)
|
||||
ui.Error(err.Error())
|
||||
return multistep.ActionHalt
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user