Skip to content

Commit

Permalink
Update tfenv-install
Browse files Browse the repository at this point in the history
Modify to allow for no underscore also
  • Loading branch information
Zordrak committed Dec 19, 2023
1 parent bcfaed2 commit 521e2c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libexec/tfenv-install
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ case "$(uname -s)" in
MINGW64*)
kernel="windows";
;;
MSYS_NT*)
MSYS*NT*)
kernel="windows";
;;
CYGWIN_NT*)
CYGWIN*NT*)
kernel="windows";
;;
FreeBSD*)
Expand Down

0 comments on commit 521e2c5

Please sign in to comment.