Skip to content

Commit bf5ae42

Browse files
MearmanCopilot
andauthored
Update scripts/bash/create-new-feature.sh
Co-authored-by: Copilot <[email protected]>
1 parent 33df897 commit bf5ae42

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/bash/create-new-feature.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,7 @@ get_highest_from_branches() {
128128

129129
# Function to check existing branches (local and remote) and return next available number
130130
check_existing_branches() {
131-
local short_name="$1"
132-
local specs_dir="$2"
131+
local specs_dir="$1"
133132

134133
# Fetch all remotes to get latest branch info (suppress errors if no remotes)
135134
git fetch --all --prune 2>/dev/null || true

0 commit comments

Comments
 (0)