From 069ea9e02fc9834b8ddcb5245bd5a087ad3caa21 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 31 Aug 2024 21:45:30 -0400 Subject: [PATCH] fix(cli): straight: highlight 'Reset "*" to "*"' option --- lisp/cli/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/cli/packages.el b/lisp/cli/packages.el index 06762e544..bf113d5a2 100644 --- a/lisp/cli/packages.el +++ b/lisp/cli/packages.el @@ -677,7 +677,7 @@ If ELPA-P, include packages installed with package.el (M-x package-install)." (defvar doom-cli--straight-auto-options '(("has diverged from" - . "^Reset [^ ]+ to branch") + . "^Reset [^ ]+ to ") ("but recipe specifies a URL of" . "Delete remote \"[^\"]+\", re-create it with correct URL") ("has a merge conflict:"