From b6b26120f58e4d0b4bb884b44c7cc867cd90c8a0 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 1 Apr 2022 18:19:47 -0700 Subject: connection chain specs.: consistently use :USER for the target user Signed-off-by: Sean Whitton --- src/combinator.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/combinator.lisp') 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 -- cgit v1.2.3