From a3a3140e4ca4f5e98bab9af7f2c25ce335f20764 Mon Sep 17 00:00:00 2001 From: Alex Vulaj Date: Wed, 27 Jul 2022 14:30:07 -0400 Subject: [PATCH] Update hack/install_kustomize.sh update error message to be more descriptive Co-authored-by: Natasha Sarkar --- hack/install_kustomize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/install_kustomize.sh b/hack/install_kustomize.sh index 072b6e86c..52879720c 100755 --- a/hack/install_kustomize.sh +++ b/hack/install_kustomize.sh @@ -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