diff options
| author | Kyle Meyer <kyle@kyleam.com> | 2015-08-20 11:10:03 -0400 |
|---|---|---|
| committer | Kyle Meyer <kyle@kyleam.com> | 2015-08-20 11:10:49 -0400 |
| commit | ad2575ed8a73f070c635e33ad7c81bab6e28ac71 (patch) | |
| tree | 5c3ed74823e513afd9b8256d227e3743bff616f4 /lisp | |
| parent | e4e5d1e10453aa2731df296156379850aa503490 (diff) | |
magit-shell-command-topdir: s/git/shell/
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/magit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/magit.el b/lisp/magit.el index 889a5b4..af1adcc 100644 --- a/lisp/magit.el +++ b/lisp/magit.el @@ -2044,7 +2044,7 @@ repository, otherwise in `default-directory'." Run the command in the top-level directory of the current repository. \n(fn)" ; arguments are for internal use (interactive (magit-read-shell-command "Shell command (pwd: %s)" t)) - (magit-git-command args directory)) + (magit-shell-command args directory)) (defun magit-read-shell-command (prompt &optional root) (let ((dir (if (or root current-prefix-arg) |
