aboutsummaryrefslogtreecommitdiff
path: root/src/property.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-03-11 15:00:23 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-03-11 16:25:36 -0700
commit89838d2d8f38924ba246cae28a79610b8602e505 (patch)
treed3d0230a566aebec405260e6781cec489d67e8aa /src/property.lisp
parentf1cdc293b33b673de4813c71dc4a38337edff12e (diff)
downloadconsfigurator-89838d2d8f38924ba246cae28a79610b8602e505.tar.gz
ASSERT-CONNECTION-SUPPORTS: signal ABORTED-CHANGE
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property.lisp')
-rw-r--r--src/property.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property.lisp b/src/property.lisp
index a0e95c1..587f757 100644
--- a/src/property.lisp
+++ b/src/property.lisp
@@ -595,7 +595,7 @@ PATH already has the specified CONTENT and MODE."
(defun assert-connection-supports (type)
(unless (or (eq type :posix) (lisp-connection-p))
- (failed-change
+ (aborted-change
"Cannot apply :LISP properties using a POSIX-type connection")))
(defun cksum (file)