From bf5ae42085460d9d834ceeca4045b0ba298c6f54 Mon Sep 17 00:00:00 2001 From: Joseph Mearman Date: Sun, 23 Nov 2025 16:12:11 +0000 Subject: [PATCH] Update scripts/bash/create-new-feature.sh Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- scripts/bash/create-new-feature.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/bash/create-new-feature.sh b/scripts/bash/create-new-feature.sh index 9e57cc6e..a632c588 100644 --- a/scripts/bash/create-new-feature.sh +++ b/scripts/bash/create-new-feature.sh @@ -128,8 +128,7 @@ get_highest_from_branches() { # Function to check existing branches (local and remote) and return next available number check_existing_branches() { - local short_name="$1" - local specs_dir="$2" + local specs_dir="$1" # Fetch all remotes to get latest branch info (suppress errors if no remotes) git fetch --all --prune 2>/dev/null || true