aboutsummaryrefslogtreecommitdiff
path: root/src/property/periodic.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property/periodic.lisp')
-rw-r--r--src/property/periodic.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/property/periodic.lisp b/src/property/periodic.lisp
index 6c0eab3..437ed41 100644
--- a/src/property/periodic.lisp
+++ b/src/property/periodic.lisp
@@ -42,7 +42,8 @@ user."
(symbol-macrolet
((flagfile (merge-pathnames
(string->filename desc)
- (remote-consfigurator-cache-pathname "at-most/"))))
+ (merge-pathnames "at-most/"
+ (get-connattr :consfigurator-cache)))))
(destructuring-bind (psym . args) propapp
(:retprop :type (propapptype propapp)
:desc (lambda-ignoring-args desc)