Update scripts/bash/check-prerequisites.sh

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Den Delimarsky
2025-09-20 13:56:06 -07:00
committed by GitHub
parent 3f67cf2f5f
commit 2c1e1688e8

View File

@@ -80,7 +80,7 @@ source "$SCRIPT_DIR/common.sh"
# Get feature paths and validate branch
eval $(get_feature_paths)
check_feature_branch "$CURRENT_BRANCH" || exit 1
check_feature_branch "$CURRENT_BRANCH" "$HAS_GIT" || exit 1
# If paths-only mode, output paths and exit
if $PATHS_ONLY; then