From 1aee6e6b463f527d8442705854b96d00063fb513 Mon Sep 17 00:00:00 2001
From: Stefan Zweifel <hello@stefanzweifel.io>
Date: Sun, 7 Feb 2021 16:14:11 +0100
Subject: [PATCH] Make Linter Happy

---
 entrypoint.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/entrypoint.sh b/entrypoint.sh
index bf0f078..3ab6ced 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -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