emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ssh-deploy 2eab0ee 091/173: Fixed bug for eshell in bas


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy 2eab0ee 091/173: Fixed bug for eshell in base directory
Date: Sat, 20 Oct 2018 10:36:36 -0400 (EDT)

branch: externals/ssh-deploy
commit 2eab0eee82a7e10233fbf2bd3d0bd01f624b50de
Author: Christian Johansson <address@hidden>
Commit: Christian Johansson <address@hidden>

    Fixed bug for eshell in base directory
---
 ssh-deploy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ssh-deploy.el b/ssh-deploy.el
index 14c004c..cd12d76 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -707,7 +707,7 @@
   (if (and (ssh-deploy--is-not-empty-string ssh-deploy-root-local)
            (ssh-deploy--is-not-empty-string ssh-deploy-root-remote))
       (let ((root-local (file-truename ssh-deploy-root-local)))
-        (ssh-deploy-remote-terminal-eshell root-local ssh-deploy-root-remote 
root-local ssh-deploy-exclude-list))))
+        (ssh-deploy-remote-terminal-eshell root-local root-local 
ssh-deploy-root-remote ssh-deploy-exclude-list))))
 
 ;;;### autoload
 (defun ssh-deploy-browse-remote-handler ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]