Skip to content

Commit

Permalink
Correct message
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Oct 2, 2023
1 parent a0d4eb0 commit b463621
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 @@ -61,7 +61,7 @@ function install() {
fi
checksum_url=$(gh_curl -H "Accept: application/vnd.github.v3.raw" "${asset_url}" | jq -r ".assets | map(select(.name == \"${checksum_filename}\"))[0].url")
if [[ ${checksum_url} == null ]]; then
echo "Artifact ${checksum_filename} not found in a release ${prefix}${version}."
echo "Asset ${checksum_filename} not found in a release ${prefix}${version}."
exit 1
fi
else
Expand Down

0 comments on commit b463621

Please sign in to comment.