mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-02-25 18:55:28 -06:00
UserConfigPath -> UserConfigDir
This commit is contained in:
committed by
Jesse Duffield
parent
0d25d113c9
commit
379dcf0972
@@ -260,7 +260,7 @@ func (u *Updater) downloadAndInstall(rawUrl string) error {
|
||||
}
|
||||
|
||||
g := new(getter.HttpGetter)
|
||||
configDir := filepath.Dir(u.Config.GetUserConfigPath())
|
||||
configDir := u.Config.GetUserConfigDir()
|
||||
u.Log.Info("Download directory is " + configDir)
|
||||
|
||||
// Get it!
|
||||
|
||||
Reference in New Issue
Block a user