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

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

[elpa] elpa-admin 08c448d: * elpa-admin.el (elpaa--pull): Fix last chang


From: Stefan Monnier
Subject: [elpa] elpa-admin 08c448d: * elpa-admin.el (elpaa--pull): Fix last change
Date: Sun, 27 Dec 2020 18:19:50 -0500 (EST)

branch: elpa-admin
commit 08c448dbd844bf9a1473de032219f786b88ae262
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * elpa-admin.el (elpaa--pull): Fix last change
---
 elpa-admin.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elpa-admin.el b/elpa-admin.el
index 2e5d265..77e57a1 100644
--- a/elpa-admin.el
+++ b/elpa-admin.el
@@ -1043,7 +1043,7 @@ Rename DIR/ to PKG-VERS/, and return the descriptor."
                             ".*\\)")
                     status))
               (let* ((br (match-string 1 status))
-                     (ortb (concat "origin/" br)))
+                     (ortb (concat "refs/remotes/origin/" br)))
                 ;; There is an upstream to set it to!
                 (when (elpaa--git-branch-p ortb)
                   (elpaa--call t "git" "branch" "--set-upstream-to" ortb))))



reply via email to

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