mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
cleanup for goreleaser
This commit is contained in:
parent
778cb14dc4
commit
7f75808499
4 changed files with 7 additions and 4 deletions
2
main.go
2
main.go
|
@ -74,7 +74,7 @@ func main() {
|
|||
devLog("\n\n\n\n\n\n\n\n\n\n")
|
||||
flag.Parse()
|
||||
if *versionFlag {
|
||||
fmt.Printf("rev=%s, build date=%s, version=%s", Rev, date, Version)
|
||||
fmt.Printf("commit=%s, build date=%s, version=%s", commit, date, version)
|
||||
os.Exit(0)
|
||||
}
|
||||
verifyInGitRepo()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue