provisioner/shell-local: fix vet

This commit is contained in:
Mitchell Hashimoto 2015-06-22 15:01:22 -07:00
parent 0416939c08
commit b77042dc85
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ func (p *Provisioner) Provision(ui packer.Ui, _ packer.Communicator) error {
}
if cmd.ExitStatus != 0 {
return fmt.Errorf(
"Erroneous exit code %s while executing command: %s\n\n"+
"Erroneous exit code %d while executing command: %s\n\n"+
"Please see output above for more information.",
cmd.ExitStatus,
p.config.Command)