Fix typo causing void-function error
This commit is contained in:
parent
5056c74688
commit
471be76ba5
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ declaration) or dependency thereof that hasn't already been."
|
||||||
(straight-use-package (intern package))
|
(straight-use-package (intern package))
|
||||||
(when-let* ((target-ref (cdr (assoc local-repo doom-pinned-packages)))
|
(when-let* ((target-ref (cdr (assoc local-repo doom-pinned-packages)))
|
||||||
(ref (straight-vc-get-commit type local-repo)))
|
(ref (straight-vc-get-commit type local-repo)))
|
||||||
(unless (doom--same-commit target-ref ref)
|
(unless (doom--same-commit-p target-ref ref)
|
||||||
(unless (straight-vc-commit-present-p recipe target-ref)
|
(unless (straight-vc-commit-present-p recipe target-ref)
|
||||||
(straight-vc-fetch-from-remote recipe))
|
(straight-vc-fetch-from-remote recipe))
|
||||||
(if (straight-vc-commit-present-p recipe target-ref)
|
(if (straight-vc-commit-present-p recipe target-ref)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue