From 64eeb68b00a793ebf92fd55ec3f95983e6a49f28 Mon Sep 17 00:00:00 2001 From: Yuya Takeyama Date: Tue, 18 Sep 2018 06:20:02 +0900 Subject: [PATCH] Fix message ref: https://github.com/helm/helm/pull/4648#discussion_r218229227 Signed-off-by: Yuya Takeyama --- scripts/get | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get b/scripts/get index 84f49c912..40fb2f69f 100755 --- a/scripts/get +++ b/scripts/get @@ -151,7 +151,7 @@ installFile() { runAsRoot cp "$TILLER_TMP_BIN" "$HELM_INSTALL_DIR" echo "$TILLER_NAME installed into $HELM_INSTALL_DIR/$TILLER_NAME" else - echo "warn: $TILLER_NAME is not included in this version of binary release" + echo "info: $TILLER_NAME binary was not found in this release; skipping $TILLER_NAME installation" fi }