Skip to content

Commit fcb2aa6

Browse files
author
Jesus Marquina
committed
fix: Follow URL conventions
1 parent c217736 commit fcb2aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ download_release() {
3939
local version filename url platform
4040
version="$1"
4141
filename="$2"
42-
platform=$(get_platform)
42+
platform=$(get_platform $version)
4343

4444
# TODO: Adapt the release URL convention for oasdiff
4545
url="$GH_REPO/releases/download/v${version}/${TOOL_NAME}_${version}_$platform.tar.gz"

0 commit comments

Comments
 (0)