diff options
Diffstat (limited to 'lisp/magit-git.el')
| -rw-r--r-- | lisp/magit-git.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/magit-git.el b/lisp/magit-git.el index 2d47c91..4323993 100644 --- a/lisp/magit-git.el +++ b/lisp/magit-git.el @@ -679,7 +679,7 @@ values of `magit-remote-git-executable' and `exec-path'.\n")) Also include information about `magit-remote-git-executable'. See info node `(magit)Debugging Tools' for more information." (interactive) - (with-current-buffer (get-buffer-create "*magit-git-debug*") + (with-current-buffer (get-buffer-create "*magit-git-executable*") (pop-to-buffer (current-buffer)) (erase-buffer) (insert (format "magit-remote-git-executable: %S\n" |
