From be16105017264ebcf0f7a949c2920874a7ecc24c Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 19 Feb 2021 09:59:00 -0700 Subject: update comment Signed-off-by: Sean Whitton --- src/connection/ssh.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/connection/ssh.lisp') 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)) -- cgit v1.2.3