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.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection/local.lisp b/src/connection/local.lisp
index 1d70adc..2c79036 100644
--- a/src/connection/local.lisp
+++ b/src/connection/local.lisp
@@ -81,5 +81,5 @@
(detype-pathname temp) (detype-pathname path)))))
(defmethod connection-connattr
- ((connection local-connection) (k (eql :XDG-CACHE-HOME)))
+ ((connection local-connection) (k (eql :XDG_CACHE_HOME)))
(uiop:xdg-cache-home))