Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 authored Dec 10, 2024
1 parent e03c10b commit 1037e3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env bash

case "$OSTYPE" in
darwin*) re='mac_amd64.*\.tar\.gz'; ;;
linux*) re='linux_amd64.*\.tar\.gz'; ;;
msys*) re='windows_amd64.*\.zip'; ;;
darwin*) re='mac_amd64.*\.tar\.gz$'; ;;
linux*) re='linux_amd64.*\.tar\.gz$'; ;;
msys*) re='windows_amd64.*\.zip$'; ;;
*) echo "unknown: $OSTYPE"; ;;
esac

Expand Down

0 comments on commit 1037e3e

Please sign in to comment.