aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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)))))))