aboutsummaryrefslogtreecommitdiff
path: root/src/connection/shell-wrap.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection/shell-wrap.lisp')
-rw-r--r--src/connection/shell-wrap.lisp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/connection/shell-wrap.lisp b/src/connection/shell-wrap.lisp
index 2867e20..51591b8 100644
--- a/src/connection/shell-wrap.lisp
+++ b/src/connection/shell-wrap.lisp
@@ -36,16 +36,16 @@
out
(error "Could not read~:[~; and/or remove~] ~S" delete path))))
-(defmethod connection-readfile ((c shell-wrap-connection) path)
+(defmethod connection-read-file ((c shell-wrap-connection) path)
(%readfile c path))
-(defmethod connection-readfile-and-remove ((c shell-wrap-connection) path)
+(defmethod connection-read-and-remove-file ((c shell-wrap-connection) path)
(%readfile c path t))
-(defmethod connection-writefile ((conn shell-wrap-connection)
- path
- content
- mode)
+(defmethod connection-write-file ((conn shell-wrap-connection)
+ path
+ content
+ mode)
(let ((cmd
(format
nil "set -e