diff --git a/command/build/command.go b/command/build/command.go index da7f62d81..f6df6309e 100644 --- a/command/build/command.go +++ b/command/build/command.go @@ -219,7 +219,7 @@ func (c Command) Run(env packer.Environment, args []string) int { if artifact != nil { ui.Machine("artifact", iStr, "builder-id", artifact.BuilderId()) ui.Machine("artifact", iStr, "id", artifact.Id()) - ui.Machine("artifact", iStr, "string", message.String()) + ui.Machine("artifact", iStr, "string", artifact.String()) files := artifact.Files() ui.Machine("artifact",