packer: Remove extra newline on version

pull/15/head
Mitchell Hashimoto 13 years ago
parent aa1304f860
commit fcd866731b

@ -15,7 +15,7 @@ command-line flags for this command.`
}
func (versionCommand) Run(env Environment, args []string) int {
env.Ui().Say(fmt.Sprintf("Packer v%v\n", Version))
env.Ui().Say(fmt.Sprintf("Packer v%v", Version))
return 0
}

Loading…
Cancel
Save