This commit is contained in:
Mitchell Hashimoto 2013-06-13 10:24:10 -07:00
parent 57725da852
commit 4daefc2588
2 changed files with 21 additions and 21 deletions

View File

@ -87,7 +87,7 @@ func (c Command) Run(env packer.Environment, args []string) int {
for i, err := range errs {
env.Ui().Error(err.Error())
if (i+1) < len(errs) {
if (i + 1) < len(errs) {
env.Ui().Error("")
}
}