aboutsummaryrefslogtreecommitdiff
path: root/src/property/apt.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-05 13:53:03 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-05 13:53:03 -0700
commit2ef7be0422d37f81223cf93e685b16e238507a67 (patch)
tree0399ab5bff4c1d9da6ef2b630f4073607d87ee6f /src/property/apt.lisp
parentf52c3b2a267cdec29eeb0d00f4b5b9761ab45544 (diff)
downloadconsfigurator-2ef7be0422d37f81223cf93e685b16e238507a67.tar.gz
fix arg to RUN
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/apt.lisp')
-rw-r--r--src/property/apt.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/apt.lisp b/src/property/apt.lisp
index be433d0..c1db717 100644
--- a/src/property/apt.lisp
+++ b/src/property/apt.lisp
@@ -27,7 +27,7 @@
(:check
(all-installed packages))
(:apply
- (apt-get :print "-y" "install" packages)))
+ (apt-get :princ "-y" "install" packages)))
(defun all-installed (packages)
(loop