Skip to content

Commit

Permalink
Update with correct bash function
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Hemi authored and Simon Hemi committed Mar 7, 2024
1 parent 0fe24ea commit 685621a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ download_release() {
filename="$2"

architecture="$(arch)"
os=get_os
ext=get_ext
os=$(get_os)
ext=$(get_ext)

url="$GH_REPO/releases//download/v${version}/$TOOL_NAME-v${version}-${architecture}-${os}.${ext}"

Expand Down

0 comments on commit 685621a

Please sign in to comment.