aboutsummaryrefslogtreecommitdiff
path: root/src/connection/local.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection/local.lisp')
-rw-r--r--src/connection/local.lisp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/connection/local.lisp b/src/connection/local.lisp
index abe6f01..53bfc20 100644
--- a/src/connection/local.lisp
+++ b/src/connection/local.lisp
@@ -72,5 +72,4 @@
(defmethod connection-connattr
((connection local-connection) (k (eql :XDG-CACHE-HOME)))
- (ensure-directory-pathname (or (getenv "XDG_CACHE_HOME")
- (strcat (getenv "HOME") "/.cache"))))
+ (uiop:xdg-cache-home))