We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c217736 commit fcb2aa6Copy full SHA for fcb2aa6
lib/utils.bash
@@ -39,7 +39,7 @@ download_release() {
39
local version filename url platform
40
version="$1"
41
filename="$2"
42
- platform=$(get_platform)
+ platform=$(get_platform $version)
43
44
# TODO: Adapt the release URL convention for oasdiff
45
url="$GH_REPO/releases/download/v${version}/${TOOL_NAME}_${version}_$platform.tar.gz"
0 commit comments