From b463621b90f3c9ac7bb1346a3547b3ab55f21512 Mon Sep 17 00:00:00 2001 From: Piotr Roszatycki Date: Mon, 2 Oct 2023 15:46:32 +0200 Subject: [PATCH] Correct message --- bin/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install b/bin/install index 24cfb71..d0b815b 100755 --- a/bin/install +++ b/bin/install @@ -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