branch: elpa-admin
commit 14d46c22a207bbaf2e0890047aacfcf9134bcff2
Author: Stefan Monnier <[email protected]>
Commit: Stefan Monnier <[email protected]>
* elpa-admin.el (elpaa--pull): Fix up oversight in last change
---
elpa-admin.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/elpa-admin.el b/elpa-admin.el
index bb69b16..81339e1 100644
--- a/elpa-admin.el
+++ b/elpa-admin.el
@@ -994,7 +994,7 @@ Rename DIR/ to PKG-VERS/, and return the descriptor."
(let ((elpaa--debug nil))
(elpaa--call t "git" "status" "--branch" "--porcelain=2"))
(buffer-string))))
- (if (string-match "\n# branch.ab +0 -0" status)
+ (if (string-match (regexp-quote "\n# branch.ab +0 -0") status)
(elpaa--message "%s up-to-date" dirname)
(unless (or (string-match "\n# branch.upstream" status)
(not (string-match