aboutsummaryrefslogtreecommitdiff
path: root/src/property/file.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property/file.lisp')
-rw-r--r--src/property/file.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/property/file.lisp b/src/property/file.lisp
index 9c4ad7d..0d89d82 100644
--- a/src/property/file.lisp
+++ b/src/property/file.lisp
@@ -166,7 +166,8 @@ any of the regular expressions PATTERNS."
(defprop data-cache-purged :posix ()
"Ensure that any prerequisite data cached in the remote home directory is removed."
(:desc "Consfigurator data cache cleaned")
- (:apply (directory-does-not-exist (get-remote-data-cache-dir))))
+ (:apply (directory-does-not-exist
+ (merge-pathnames "data/" (get-connattr :consfigurator-cache)))))
(defprop regex-replaced-lines :posix (file regex replace)
"Like s/REGEX/REPLACE/ on the lines of FILE.