From 17b1b9c30e06dae755fa0b99c038d081da2f00f6 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Tue, 5 Nov 2024 15:36:27 -0600 Subject: [PATCH] Apply suggestions from code review Signed-off-by: Lee Calcote --- install-binary.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-binary.sh b/install-binary.sh index 46143a037d..4fe7c5f0fc 100644 --- a/install-binary.sh +++ b/install-binary.sh @@ -92,7 +92,7 @@ function install() { echo "${HELM_PLUGIN_DIR}/bin/helm-kanvas-snapshot" -h echo - echo "See https://github.com/meshery/helm-kanvas-snapshot/helm-kanvas-snapshot#readme for more information on getting started." + echo "See https://github.com/meshery/helm-kanvas-snapshot#readme for more information on getting started." } trap "handle_exit" EXIT