mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 20:05:50 +02:00
add newline to version output
This commit is contained in:
parent
e6beb5d50b
commit
f9c39ad64b
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue