From 02c0f91f4dbb321ea42360d665cfa2e6f4236b99 Mon Sep 17 00:00:00 2001 From: Joe Schr <8218910+TheJoeSchr@users.noreply.github.com> Date: Fri, 3 Feb 2023 16:16:30 +0100 Subject: [PATCH] fix: removes duplicated if branch --- setup.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.sh b/setup.sh index ca5361bad..a9ff36536 100755 --- a/setup.sh +++ b/setup.sh @@ -221,8 +221,6 @@ function reset() { echo "- Hard resetting of 'stable' branch." git reset --hard origin/stable fi - else - echo "Reset ignored because you are not on 'stable' or 'develop'." fi fi else