Merge pull request #4952 from ihdavids/idavids/windows-packages-fix

Fixing windows pathway to use latest straight API
This commit is contained in:
Henrik Lissner 2021-04-30 20:11:06 -04:00 committed by GitHub
commit fff5b4f784
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -284,7 +284,7 @@ declaration) or dependency thereof that hasn't already been."
(when (and IS-WINDOWS (stringp local-repo))
(let ((default-directory (straight--repos-dir local-repo)))
(when (file-in-directory-p default-directory straight-base-dir)
(straight--call "git" "config" "core.autocrlf" "true")))))
(straight--process-run "git" "config" "core.autocrlf" "true")))))
(error
(signal 'doom-package-error (list package e))))))
(progn