[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/magit 873da4a62d 2/2: magit-push-implicitly--desc: Cosmeti
From: |
Jonas Bernoulli |
Subject: |
[nongnu] elpa/magit 873da4a62d 2/2: magit-push-implicitly--desc: Cosmetics |
Date: |
Mon, 16 Dec 2024 12:37:59 -0500 (EST) |
branch: elpa/magit
commit 873da4a62dc609ff0c8a7e0ec417b263e3ed2269
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
magit-push-implicitly--desc: Cosmetics
---
lisp/magit-push.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/magit-push.el b/lisp/magit-push.el
index 8e89d7362c..558a0da85e 100644
--- a/lisp/magit-push.el
+++ b/lisp/magit-push.el
@@ -305,7 +305,7 @@ what this command will do. To add it use something like:
(let ((remotes (magit-list-remotes)))
(cond
((and (magit-git-version>= "2.27")
- (= (length remotes) 1))
+ (length= remotes 1))
(car remotes))
((member "origin" remotes) "origin"))))))
(if (null remote)