From fd3bce0444711feb2e0ca08080d67d9de9ca0da9 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 12 Aug 2013 10:31:36 -0700 Subject: [PATCH] command/build: use the real artifact string in machine readable --- command/build/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",