Skip to content

Commit

Permalink
Some more tweaks and debugging
Browse files Browse the repository at this point in the history
Signed-off-by: AZMCode <adrianozambrana@protonmail.com>
  • Loading branch information
AZMCode committed Aug 12, 2020
1 parent b2fa079 commit 8b747ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ find_file_url() {
declare arch="$(get_arch)"
declare platform="$(get_platform)"
declare -a assets=($(find_all_asset_names "$install_version"))
declare -a usableAssets=( $(filter_assets "${assets[@]}") )
declare -a usableAssets=( "$(filter_assets "${assets[@]}")" )

if [ "${#usableAssets[@]}" == 0 ]; then
error_exit "No releases in version $install_version matching $platform $arch-bits"
Expand Down

0 comments on commit 8b747ef

Please sign in to comment.