From b1479617a001ca3dbb1216f8609d39914aecd8bb Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 28 Apr 2022 14:32:56 -0700 Subject: LOCALSUDO: update :SUDO argument :AS -> :FROM Signed-off-by: Sean Whitton --- src/deployment.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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))))))) -- cgit v1.2.3