packer: Remove extra newline on version
This commit is contained in:
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…
Reference in New Issue