Make Linter Happy

This commit is contained in:
Stefan Zweifel 2021-02-07 16:14:11 +01:00
parent 94941cff88
commit 1aee6e6b46

View File

@ -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