aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/connection/shell-wrap.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection/shell-wrap.lisp b/src/connection/shell-wrap.lisp
index 345a59d..b1bafc4 100644
--- a/src/connection/shell-wrap.lisp
+++ b/src/connection/shell-wrap.lisp
@@ -52,4 +52,4 @@
conn
#?"mv ${(escape-sh-token temp)} ${(escape-sh-token path)}"
nil)
- (unless (zerop exit) (error "Failed to write ~A: ~A" temp out)))))
+ (unless (zerop exit) (error "Failed to write ~A: ~A" path out)))))