A small change that enables direct lazygit directory config

This commit is contained in:
Nick Flueckiger 2020-11-08 17:49:29 +01:00 committed by Jesse Duffield
parent 860370a845
commit 669bfe763a
2 changed files with 13 additions and 6 deletions

View file

@ -100,7 +100,7 @@ func main() {
}
if configDirFlag {
fmt.Printf("%s\n", config.ConfigDir())
fmt.Printf("%s\n", config.ConfigDir("jesseduffield"))
os.Exit(0)
}