From a0ca101aa4c0a11bd3b4ba145c86c0a0b659a274 Mon Sep 17 00:00:00 2001 From: Joseph Mearman Date: Sun, 23 Nov 2025 16:12:28 +0000 Subject: [PATCH] Update scripts/powershell/create-new-feature.ps1 Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- scripts/powershell/create-new-feature.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/powershell/create-new-feature.ps1 b/scripts/powershell/create-new-feature.ps1 index 80e989c3..fce6b92f 100644 --- a/scripts/powershell/create-new-feature.ps1 +++ b/scripts/powershell/create-new-feature.ps1 @@ -101,7 +101,6 @@ function Get-HighestNumberFromBranches { function Get-NextBranchNumber { param( - [string]$ShortName, [string]$SpecsDir )