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

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

[nongnu] elpa/git-commit 24f64fd4f8: magit-git-version-assert: Fix typo


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 24f64fd4f8: magit-git-version-assert: Fix typo
Date: Tue, 20 Jun 2023 07:00:42 -0400 (EDT)

branch: elpa/git-commit
commit 24f64fd4f8ed4a4a302fd9227febad63507d7287
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    magit-git-version-assert: Fix typo
    
    Closes #4958.
---
 lisp/magit-git.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit-git.el b/lisp/magit-git.el
index 984a9a565e..4a589fa36c 100644
--- a/lisp/magit-git.el
+++ b/lisp/magit-git.el
@@ -682,7 +682,7 @@ needs at least MINIMAL, otherwise it defaults to \"Magit\"."
     (let* ((host (file-remote-p default-directory))
            (msg (format-spec
                  (cond (host "\
-%w requires Git %m or greater, but on %h the version is %m.
+%w requires Git %m or greater, but on %h the version is %v.
 
 If multiple Git versions are installed on the host, then the
 problem might be that TRAMP uses the wrong executable.



reply via email to

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