From b13f9f342dc7ad91ace95f1cadb2f6dd0d2a543e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 6 Apr 2021 19:23:55 -0700 Subject: rename and use DELETE-REMOTE-TREE->DELETE-REMOTE-TREES Signed-off-by: Sean Whitton --- src/connection.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/connection.lisp') diff --git a/src/connection.lisp b/src/connection.lisp index 83f60ba..3f5a4f6 100644 --- a/src/connection.lisp +++ b/src/connection.lisp @@ -375,7 +375,7 @@ start with RUN." (defun test (&rest args) (zerop (apply #'mrun :for-exit "test" args))) -(defun delete-remote-tree (&rest paths) +(defun delete-remote-trees (&rest paths) "Recursively delete each of PATHS." (mrun "rm" "-rf" paths)) -- cgit v1.2.3