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

Commit

Permalink
add shellcheck disable=SC2236
Browse files Browse the repository at this point in the history
  • Loading branch information
rimusz committed Oct 9, 2018
1 parent bb862c5 commit a917d61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/tiller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ start)
start_tiller
cd "${CURRENT_FOLDER}"
# open user's preferred shell
# shellcheck disable=SC2236
if [[ ! -z "$SHELL" ]]; then
$SHELL
else
Expand Down

0 comments on commit a917d61

Please sign in to comment.