We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2657f4b commit 5768cbbCopy full SHA for 5768cbb
1 file changed
wunderio/core/tooling/review.sh
100644
100755
@@ -42,7 +42,7 @@ fi
42
TARGET_BRANCH="${1:-main}"
43
CURRENT_BRANCH=$(git branch --show-current 2>/dev/null || echo "HEAD")
44
45
-if[ "$CURRENT_BRANCH" = "$TARGET_BRANCH" ]; then
+if [ "$CURRENT_BRANCH" = "$TARGET_BRANCH" ]; then
46
echo "ℹ️ You are currently on the '$TARGET_BRANCH' branch. Switch to a feature branch to perform a review."
47
exit 0
48
fi
0 commit comments