Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesw committed Nov 27, 2024
1 parent 5963d2c commit c3f549c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ download_release() {

local platform
case "$(uname)" in
Linux) arch=linux ;;
Darwin) arch=darwin ;;
FreeBSD) arch=freebsd ;;
*) arch=windows ;;
Linux) platform=linux ;;
Darwin) platform=darwin ;;
FreeBSD) platform=freebsd ;;
*) platform=windows ;;
esac

local arch
Expand Down

0 comments on commit c3f549c

Please sign in to comment.