aboutsummaryrefslogtreecommitdiff
path: root/src/connection/ssh.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-19 09:59:00 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-19 09:59:03 -0700
commitbe16105017264ebcf0f7a949c2920874a7ecc24c (patch)
treecc7b16af7182dab9aec3578d952d61ccd83a6360 /src/connection/ssh.lisp
parenta58fe2bdec1ea2d16aa075081c8963a7d5a9a1dd (diff)
downloadconsfigurator-be16105017264ebcf0f7a949c2920874a7ecc24c.tar.gz
update comment
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/connection/ssh.lisp')
-rw-r--r--src/connection/ssh.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection/ssh.lisp b/src/connection/ssh.lisp
index 12faee1..3999478 100644
--- a/src/connection/ssh.lisp
+++ b/src/connection/ssh.lisp
@@ -48,5 +48,5 @@
;; write to a temporary file, and then atomically move into place
(defmethod connection-writefile ((connection ssh-connection) path contents))
-;; rsync it to a temporary location, and then atomically move into place
+;; rsync it to its destination, so rsync can be smart about updates
(defmethod connection-upload ((connection ssh-connection) from to))