aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-01 11:59:25 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-01 14:13:50 -0700
commit589a8f050732b744e690e36f2a86c77674e1e746 (patch)
treea2693c491556539146d0d14c34a9c251c9eaaa1f
parent46536b5196769896670e0bd8f923c9f99501a3ff (diff)
downloadconsfigurator-589a8f050732b744e690e36f2a86c77674e1e746.tar.gz
use DOLIST
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--src/property.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/property.lisp b/src/property.lisp
index ad67eab..16803dd 100644
--- a/src/property.lisp
+++ b/src/property.lisp
@@ -139,8 +139,8 @@ Called by property :HOSTATTRS, :APPLY and :UNAPPLY subroutines."
"Push new static informational attributes VS of type KEY.
Called by property :HOSTATTRS subroutines."
- (loop for v in vs
- do (push v (getf (slot-value *host* 'hostattrs) k))))
+ (dolist (v vs)
+ (push v (getf (slot-value *host* 'hostattrs) k))))
(defun require-data (iden1 iden2)
"Wrapper around PUSH-HOSTATTRS to indicate that a piece of prerequisite data