Skip to content

Commit

Permalink
Fix failing installation on Windows + MSYS (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
akiver authored May 4, 2021
1 parent 942e109 commit bc2c5cb
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*)
Windows*|CYGWIN*|MSYS_NT*)
GOOS=windows
EXT=.exe
;;
Expand Down

0 comments on commit bc2c5cb

Please sign in to comment.