We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0befc76 commit 3776808Copy full SHA for 3776808
config.go
@@ -43,7 +43,7 @@ const (
43
)
44
45
var (
46
- DefaultCacheDir = filepath.Join(xdg.CacheHome, "pago")
+ DefaultCacheDir = filepath.Join(xdg.RuntimeDir, "pago")
47
DefaultDataDir = filepath.Join(xdg.DataHome, "pago")
48
DefaultSocket = filepath.Join(DefaultCacheDir, AgentSocketPath)
49
0 commit comments