Skip to content

Commit

Permalink
scripts: remove non-working Windows support in fetch-configlet
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Nov 17, 2018
1 parent f5dfb01 commit 9c7d5b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/fetch-configlet
Expand Up @@ -8,8 +8,6 @@ case $(uname) in
echo "mac";;
(Linux*)
echo "linux";;
(Windows*)
echo "windows";;
(*)
echo "linux";;
esac)
Expand Down

0 comments on commit 9c7d5b6

Please sign in to comment.