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 6d14185 commit 436ecaa
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 @@ -38,7 +38,7 @@ download_release() {
filename="$2"

local platform
case "$(uname) in
case "$(uname)" in
Linux) arch=linux ;;
Darwin) arch=darwin ;;
FreeBSD) arch=freebsd ;;
Expand Down

0 comments on commit 436ecaa

Please sign in to comment.