aboutsummaryrefslogtreecommitdiff
path: root/src/connection/local.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-16 23:35:30 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-16 23:35:30 -0700
commit23a354e7902ecfe6cf31467f9f9ad50b3183f7ee (patch)
tree5387eb65c37524b33289a1fa5e91f952b1f0535c /src/connection/local.lisp
parent11f42e0a567b02f2391e6bc77ae4b891fe2577bc (diff)
downloadconsfigurator-23a354e7902ecfe6cf31467f9f9ad50b3183f7ee.tar.gz
update some arg lists
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/connection/local.lisp')
-rw-r--r--src/connection/local.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/connection/local.lisp b/src/connection/local.lisp
index f5a755c..0852e72 100644
--- a/src/connection/local.lisp
+++ b/src/connection/local.lisp
@@ -11,7 +11,8 @@ root Lisp is running on, as the root Lisp's uid."))
(defmethod connection-run ((connection local-connection)
shell-cmd
&optional
- input)
+ input
+ environment)
;; assumes a POSIX shell (otherwise we could wrap in 'sh -c')
(multiple-value-bind (output _ exit-code)
(uiop:run-program shell-cmd