packer: template process build names [GH-744]

This commit is contained in:
Mitchell Hashimoto
2013-12-27 09:43:59 -07:00
parent 107e47fe25
commit 02bb5b0a97
4 changed files with 81 additions and 21 deletions
+4
View File
@@ -142,5 +142,9 @@ func (c Command) Run(env packer.Environment, args []string) int {
}
}
ui.Say("\nNote: If your build names contain user variables or template\n" +
"functions such as 'timestamp', these are processed at build time,\n" +
"and therefore only show in their raw form here.")
return 0
}