Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Zheng <[email protected]>
  • Loading branch information
Two-Hearts committed Sep 23, 2024
1 parent 21709b7 commit 48ced53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dir/path.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func userCacheDirPath() string {
UserCacheDir = filepath.Join("."+notation, "cache")
return UserCacheDir
}
// set user config
// set user cache
UserCacheDir = filepath.Join(userDir, notation)
}
return UserCacheDir
Expand Down

0 comments on commit 48ced53

Please sign in to comment.