mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
Fix 'doom update' reporting that a successful fetch failed
This commit is contained in:
@ -175,8 +175,8 @@ declaration) or dependency thereof that hasn't already been."
|
|||||||
(setq output (straight--process-get-output))
|
(setq output (straight--process-get-output))
|
||||||
(straight-merge-package package)
|
(straight-merge-package package)
|
||||||
(setq target-ref (straight-vc-get-commit type local-repo))
|
(setq target-ref (straight-vc-get-commit type local-repo))
|
||||||
(when (doom--same-commit-p target-ref ref)
|
(or (not (doom--same-commit-p target-ref ref))
|
||||||
(cl-return))))
|
(cl-return))))
|
||||||
|
|
||||||
((doom--same-commit-p target-ref ref)
|
((doom--same-commit-p target-ref ref)
|
||||||
(print! (info "\033[K(%d/%d) %s is up-to-date...%s") i total package esc)
|
(print! (info "\033[K(%d/%d) %s is up-to-date...%s") i total package esc)
|
||||||
|
Reference in New Issue
Block a user