Skip to content

Commit

Permalink
Fix template typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Rosiek authored and sumo-drosiek committed Dec 28, 2020
1 parent e6305a2 commit 4ded843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ded843

Please sign in to comment.