aboutsummaryrefslogtreecommitdiff
path: root/src/combinator.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/combinator.lisp')
-rw-r--r--src/combinator.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combinator.lisp b/src/combinator.lisp
index aad9b99..6b9acc4 100644
--- a/src/combinator.lisp
+++ b/src/combinator.lisp
@@ -312,7 +312,7 @@ explicit that in this case they're being applied as root, e.g. that they will
affect /root and not /home."
(if (and (stringp user) (string= user "root"))
`(eseqprops ,@properties)
- `(reconnects. `((:as :to ,,user)) ,@properties)))
+ `(reconnects. `((:as :user ,,user)) ,@properties)))
(defmacro with-flagfile (flagfile &body propapps)
"Apply PROPAPPS unless FLAGFILE exists on the remote; after applying, create