1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-04-23 12:18:51 +02:00

add newline to version output

This commit is contained in:
Jesse Duffield 2018-08-13 17:20:03 +10:00
parent e6beb5d50b
commit f9c39ad64b

View File

@ -103,7 +103,7 @@ func main() {
version = fallbackVersion()
}
if *versionFlag {
fmt.Printf("commit=%s, build date=%s, version=%s", commit, date, version)
fmt.Printf("commit=%s, build date=%s, version=%s\n", commit, date, version)
os.Exit(0)
}
appConfig := &config.AppConfig{