Fixing windows pathway to use latest straight API
This commit is contained in:
parent
ecdf2b0b08
commit
4c212b7321
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue