diff --git a/core/cli/packages.el b/core/cli/packages.el index ca8701853..874513e27 100644 --- a/core/cli/packages.el +++ b/core/cli/packages.el @@ -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