fix: use right arg
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2022-01-01 21:46:48 +01:00
parent 0a550363b8
commit b92fdbbd52
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ function install_abra_release {
release_url=$(echo $json | sed -En $sed_command_rel)
checksums_url=$(echo $json | sed -En $sed_command_checksums)
checksums=$(wget -q -0- $checksums_url)
checksums=$(wget -q -O- $checksums_url)
checksum=$(echo "$checksums" | grep "$FILENAME" - | sed -En 's/([0-9a-f]{64})\s+'"$FILENAME"'.*/\1/p')
echo "downloading $ABRA_VERSION $PLATFORM binary release for abra..."