branch: elpa-admin commit 8b825ec1ce8eba6d3db0431dd2c8ede7cfdde38a Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
* elpa-admin.el (elpaa--local-branch-name): Fix thinko --- elpa-admin.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elpa-admin.el b/elpa-admin.el index 1d4cd0c383..c6be1c1b44 100644 --- a/elpa-admin.el +++ b/elpa-admin.el @@ -671,8 +671,8 @@ This is the name of the branch as used in the (Non)GNU ELPA repository as well as in the local clone, not upstream." (format "%s%s" (if (and releasep (elpaa--spec-get pkg-spec :release-branch)) - elpaa--branch-prefix - elpaa--release-branch-prefix) + elpaa--release-branch-prefix + elpaa--branch-prefix) (or (elpaa--spec-get pkg-spec :parent--package) (let ((url (elpaa--spec-get pkg-spec :url))) (if (and url (symbolp url))