UserConfigPath -> UserConfigDir

This commit is contained in:
Dawid Dziurla
2019-09-15 11:19:39 +02:00
committed by Jesse Duffield
parent 0d25d113c9
commit 379dcf0972
2 changed files with 24 additions and 24 deletions

View File

@@ -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!