aboutsummaryrefslogtreecommitdiff
path: root/src/property
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-03-09 16:20:17 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-03-09 16:20:17 -0700
commit7cc46462f5ca23723317c2b4b6099ac7daaf7258 (patch)
treea04951ba06f75eab9711c88378a2ac74f5d4bf5b /src/property
parent58ae5b9e8e9065ca19c0fb7a117cd8358f9e2756 (diff)
downloadconsfigurator-7cc46462f5ca23723317c2b4b6099ac7daaf7258.tar.gz
rename PLIST-TO-CMD-ARGS -> PLIST->LONG-OPTIONS
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property')
-rw-r--r--src/property/chroot.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/chroot.lisp b/src/property/chroot.lisp
index 78ac0a3..bf4b942 100644
--- a/src/property/chroot.lisp
+++ b/src/property/chroot.lisp
@@ -34,7 +34,7 @@
&allow-other-keys
&aux (os (get-hostattrs-car :os host))
(args (list "debootstrap"
- (plist-to-cmd-args
+ (plist->long-options
(remove-from-plist options :apt.proxy :apt.mirror))
(strcat "--arch=" (os:debian-architecture os))
(os:debian-suite os)