Fix typo causing void-function error

This commit is contained in:
Henrik Lissner 2020-01-27 02:05:14 -05:00
parent 5056c74688
commit 471be76ba5
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -90,7 +90,7 @@ declaration) or dependency thereof that hasn't already been."
(straight-use-package (intern package))
(when-let* ((target-ref (cdr (assoc local-repo doom-pinned-packages)))
(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)
(straight-vc-fetch-from-remote recipe))
(if (straight-vc-commit-present-p recipe target-ref)