rename any commit

This commit is contained in:
Jesse Duffield 2019-02-18 21:29:43 +11:00
parent adc2529019
commit 76a27f417f
7 changed files with 114 additions and 22 deletions

View file

@ -40,7 +40,7 @@ func main() {
fmt.Printf("%s\n", config.GetDefaultConfig())
os.Exit(0)
}
appConfig, err := config.NewAppConfig("lazygit", version, commit, date, buildSource, debuggingFlag)
appConfig, err := config.NewAppConfig("lazygit", version, commit, date, buildSource, *debuggingFlag)
if err != nil {
log.Fatal(err.Error())
}