Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Commit

Permalink
fix shell lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rimusz committed Oct 23, 2018
1 parent 36162c4 commit c99fc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tiller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ tiller_env() {
start_tiller() {
tiller_env
{ ./bin/tiller --storage=secret --listen=127.0.0.1:${HELM_TILLER_PORT} --history-max=${HELM_TILLER_HISTORY_MAX} & } 2>${HELM_TILLER_LOGS_DIR}
{ ./bin/tiller --storage=secret --listen=127.0.0.1:${HELM_TILLER_PORT} --history-max=${HELM_TILLER_HISTORY_MAX} & } 2>"${HELM_TILLER_LOGS_DIR}"
if [[ "${HELM_TILLER_SILENT}" == "false" ]]; then
echo "Tiller namespace: $TILLER_NAMESPACE"
fi
Expand Down

0 comments on commit c99fc19

Please sign in to comment.