aboutsummaryrefslogtreecommitdiff
path: root/src/connection/ssh.lisp
diff options
context:
space:
mode:
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 419bb62..d9b5f42 100644
--- a/src/connection/ssh.lisp
+++ b/src/connection/ssh.lisp
@@ -65,7 +65,7 @@
(defmethod connection-writefile ((c ssh-connection) path contents)
(with-remote-temporary-file (temp)
- (mrun :input contents (sshcmd c "cat" #?">$(temp)"))
+ (mrun :input contents (sshcmd c "cat" #?">${temp}"))
(mrun "mv" temp path)))
;; rsync it straight to to its destination so rsync can do incremental updates