diff --git a/lib/utils.bash b/lib/utils.bash index ca6ce17..3b51169 100644 --- a/lib/utils.bash +++ b/lib/utils.bash @@ -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}"