mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-25 00:46:54 +02:00
add newline to version output
This commit is contained in:
2
main.go
2
main.go
@ -103,7 +103,7 @@ func main() {
|
|||||||
version = fallbackVersion()
|
version = fallbackVersion()
|
||||||
}
|
}
|
||||||
if *versionFlag {
|
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)
|
os.Exit(0)
|
||||||
}
|
}
|
||||||
appConfig := &config.AppConfig{
|
appConfig := &config.AppConfig{
|
||||||
|
Reference in New Issue
Block a user