aboutsummaryrefslogtreecommitdiff
path: root/src/util.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.lisp')
-rw-r--r--src/util.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.lisp b/src/util.lisp
index 2e48bce..a6f713a 100644
--- a/src/util.lisp
+++ b/src/util.lisp
@@ -555,7 +555,7 @@ application was instead skipped over, either due to the semantics of a
property combinator, or because the user elected to skip the property in the
interactive debugger."))
-(defmacro with-deployment-report (&rest forms)
+(defmacro with-deployment-report (&body forms)
(with-gensyms (failures)
`(let* (,failures
(result (handler-bind ((skipped-properties (lambda (c)