Skip to content

Commit 72d06aa

Browse files
Update pkg/config/config.go
Co-authored-by: Andy Feller <[email protected]>
1 parent dd8374e commit 72d06aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ func DataDir() string {
288288
return path
289289
}
290290

291-
// Cache path precedence: XDG_CACHE_HOME, LocalAppData (windows only), HOME.
291+
// Cache path precedence: XDG_CACHE_HOME, LocalAppData (windows only), HOME, legacy gh-cli-cache.
292292
func CacheDir() string {
293293
if a := os.Getenv(xdgCacheHome); a != "" {
294294
return filepath.Join(a, "gh")

0 commit comments

Comments
 (0)