fix: removes duplicated if branch

This commit is contained in:
Joe Schr 2023-02-03 16:16:30 +01:00
parent 3fd6d72984
commit 02c0f91f4d

View File

@ -221,8 +221,6 @@ function reset() {
echo "- Hard resetting of 'stable' branch." echo "- Hard resetting of 'stable' branch."
git reset --hard origin/stable git reset --hard origin/stable
fi fi
else
echo "Reset ignored because you are not on 'stable' or 'develop'."
fi fi
fi fi
else else