From fd39aa568bb823b82dbd33f9e8e00226b2c0ae1b Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 20 Jul 2021 12:31:48 -0700 Subject: WITH-DEPLOYMENT-REPORT: use &BODY not &REST Signed-off-by: Sean Whitton --- src/util.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.lisp') 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) -- cgit v1.2.3