branch: externals/ssh-deploy commit 2eab0eee82a7e10233fbf2bd3d0bd01f624b50de Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@cvj.se>
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 ()