From dbbba3b35a2f3e7ae16dc63dd40f6c4bbdd6300c Mon Sep 17 00:00:00 2001 From: AkiVer Date: Tue, 4 May 2021 15:16:25 +0200 Subject: [PATCH] fix: failing installation on Windows + MSYS --- .npm/bin/lefthook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.npm/bin/lefthook b/.npm/bin/lefthook index fd4c5dcb..e9b12abf 100755 --- a/.npm/bin/lefthook +++ b/.npm/bin/lefthook @@ -14,7 +14,7 @@ case $OS in Darwin) GOOS=darwin ;; - Windows*|CYGWIN*) + Windows*|CYGWIN*|MSYS_NT*) GOOS=windows EXT=.exe ;;