Skip to content

Commit

Permalink
fix download on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
cometkim committed Nov 1, 2024
1 parent 7e53fed commit 5063a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function list_github_releases() {

function get_platform() {
case "$OSTYPE" in
darwin*) echo -n "darwin" ;;
darwin*) echo -n "macos" ;;
linux*) echo -n "linux" ;;
*) fail "Unsupported platform" ;;
esac
Expand Down

0 comments on commit 5063a1b

Please sign in to comment.