Commit fcd86673 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

packer: Remove extra newline on version

parent aa1304f8
......@@ -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
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment