aboutsummaryrefslogtreecommitdiff
path: root/src/connection
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-01 18:22:22 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-01 18:32:54 -0700
commitf4714132d3dc07393150365879aca9731d3112db (patch)
tree504b027ef2dd62d717da869fc883f5bca3d10adb /src/connection
parentb6b26120f58e4d0b4bb884b44c7cc867cd90c8a0 (diff)
downloadconsfigurator-f4714132d3dc07393150365879aca9731d3112db.tar.gz
fix a comment's example usage of the :SSH connection type
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/connection')
-rw-r--r--src/connection/sudo.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection/sudo.lisp b/src/connection/sudo.lisp
index 8f3d238..1197918 100644
--- a/src/connection/sudo.lisp
+++ b/src/connection/sudo.lisp
@@ -86,7 +86,7 @@
;;
;; Preserve SSH_AUTH_SOCK for root to enable this sort of workflow: deploy
;; laptop using (:SUDO :SBCL) and then DEFHOST for laptop contains
- ;; (DEPLOYS ((:SSH :TO "root")) ...) to deploy a VM running on the laptop.
+ ;; (DEPLOYS ((:SSH :USER "root")) ...) to deploy a VM on the laptop.
;;
;; This only works for sudoing to root because only the superuser can
;; access the socket (and was always able to, so we're not granting new