Update hack/install_kustomize.sh

update error message to be more descriptive

Co-authored-by: Natasha Sarkar <natashasarkar@google.com>
This commit is contained in:
Alex Vulaj
2022-07-27 14:30:07 -04:00
committed by GitHub
parent d244c8a8bb
commit a3a3140e4c

View File

@@ -136,7 +136,7 @@ RELEASE_URL=$(echo "${releases}" |\
sort -V | tail -n 1)
if [ ! -n "$RELEASE_URL" ]; then
echo "Version $version does not have a release for ${opsys}/${arch}."
echo "Version $version does not exist or is not available for ${opsys}/${arch}."
exit 1
fi