From 4c212b7321bac2961c0aa30e8e414728544e9e9c Mon Sep 17 00:00:00 2001 From: Ian Davids Date: Fri, 30 Apr 2021 17:08:31 -0700 Subject: [PATCH] Fixing windows pathway to use latest straight API --- core/cli/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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