1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-23 22:24:51 +02:00

cleanup for goreleaser

This commit is contained in:
Jesse Duffield
2018-08-08 22:51:18 +10:00
parent 778cb14dc4
commit 7f75808499
4 changed files with 7 additions and 4 deletions

View File

@@ -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()