Skip to content

Commit

Permalink
Fixed bug for eshell in base directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cjohansson committed Oct 30, 2017
1 parent d117b9b commit 2eab0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssh-deploy.el
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()
Expand Down

0 comments on commit 2eab0ee

Please sign in to comment.