aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-28 14:32:56 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-28 16:06:58 -0700
commitb1479617a001ca3dbb1216f8609d39914aecd8bb (patch)
tree07a90c142916a8493902f1968553496302e26c2b /src
parent27ee9dd29947d38d82cbe0d5298f7a5a96a065d0 (diff)
downloadconsfigurator-b1479617a001ca3dbb1216f8609d39914aecd8bb.tar.gz
LOCALSUDO: update :SUDO argument :AS -> :FROM
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src')
-rw-r--r--src/deployment.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deployment.lisp b/src/deployment.lisp
index 52e0eda..a1a9dd0 100644
--- a/src/deployment.lisp
+++ b/src/deployment.lisp
@@ -238,7 +238,7 @@ for testing properties at the REPL. See also EVALS."
(make-host :hostattrs `(:hostname (,,hostname))
:propspec (make-propspec :systems nil)))))
(deploy-these*
- `((:sudo :as ,(format nil "~A@~A" ,username ,hostname)))
+ `((:sudo :from ,(format nil "~A@~A" ,username ,hostname)))
,host
(let ((*host* (shallow-copy-host ,host)))
(make-propspec :propspec (props eseqprops ,@properties)))))))