aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/property/file.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/file.lisp b/src/property/file.lisp
index e2435c7..38c3780 100644
--- a/src/property/file.lisp
+++ b/src/property/file.lisp
@@ -128,7 +128,7 @@ any of the regular expressions PATTERNS."
(:desc (if (cdr paths)
#?"@{paths} do not exist"
#?"${(car paths)} does not exist"))
- (:check (not (apply #'remote-exists-p paths)))
+ (:check (not (apply #'remote-exists-some-p paths)))
(:apply (mrun "rm" "-f" paths)))
(defprop directory-does-not-exist :posix