From b0b438ef06eb18b3449d6451400552f29a82a265 Mon Sep 17 00:00:00 2001 From: Dominik Rosiek Date: Mon, 28 Dec 2020 12:38:51 +0100 Subject: [PATCH] Fix template typo --- src/commands/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/template b/src/commands/template index c5c2e62b..69b380d6 100755 --- a/src/commands/template +++ b/src/commands/template @@ -17,7 +17,7 @@ fi readonly REPO_PATH="${REPO_PATH:-sumologic/sumologic}" readonly REPO_URL="${REPO_URL:-https://sumologic.github.io/sumologic-kubernetes-collection}" -readonly STDIN_WAIT_S="${STDIN_WAIT_S:10}" +readonly STDIN_WAIT_S="${STDIN_WAIT_S:-10}" echoerr '# Add sumologic repository' helm repo add sumologic "${REPO_URL}" 1>/dev/null 2>&1