Skip to content

Commit

Permalink
Add option to install specific version
Browse files Browse the repository at this point in the history
- fix variable reference
  • Loading branch information
EdwarDDay committed Jan 4, 2025
1 parent 62cc86b commit d5ad632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ if [ "${release_fetch_mode}" == 'curl-authenticated' ] && [ "${authorization_tok
usage "'--release-fetch-mode' with option 'curl-authenticated' needs also '--token' to be specified"
fi

if [ "${release_fetch_mode}" == 'archive' ] && [ "${release-version}" != '' ]; then
if [ "${release_fetch_mode}" == 'archive' ] && [ "${release_version}" != '' ]; then
usage "'--release-fetch-mode' with option 'archive' doesn't support a specific release version (--release-version option)"
fi

Expand Down

0 comments on commit d5ad632

Please sign in to comment.