Skip to content

Commit

Permalink
Make Linter Happy
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel committed Feb 7, 2021
1 parent 94941cf commit 1aee6e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ _switch_to_branch() {
# run `git checkout $INPUT_BRANCH`
# Otherwhise create a new branch by adding the `-b` option to
# `git-checkout`
# shellcheck disable=SC2086
if [ -n "$(git branch --list $INPUT_BRANCH)" ]
then
# shellcheck disable=SC2086
Expand Down

0 comments on commit 1aee6e6

Please # to comment.