Skip to content

Commit

Permalink
Fix failing installation of NPM package on Windows + MINGW64
Browse files Browse the repository at this point in the history
Follow-up for #179
  • Loading branch information
Envek committed May 4, 2021
1 parent bc2c5cb commit cacd3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .npm/bin/lefthook
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ case $OS in
Darwin)
GOOS=darwin
;;
Windows*|CYGWIN*|MSYS_NT*)
Windows*|CYGWIN*|MSYS_NT*|MINGW*)
GOOS=windows
EXT=.exe
;;
Expand Down

0 comments on commit cacd3b7

Please sign in to comment.