From e3b490d983b3dc72d8648d43c5efe816820ba7c3 Mon Sep 17 00:00:00 2001 From: Tunisiano18 Date: Fri, 12 Apr 2024 18:50:51 +0200 Subject: [PATCH] show name --- scripts/Find-nextissueGH.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Find-nextissueGH.ps1 b/scripts/Find-nextissueGH.ps1 index 040edfab5..148194921 100644 --- a/scripts/Find-nextissueGH.ps1 +++ b/scripts/Find-nextissueGH.ps1 @@ -21,6 +21,7 @@ function Find-nextissueGH { Write-Warning "Package already in the folder, the package $search needs to be finished and the issue closed" } elseif ($search -ne '') { $script = Join-Path $PSScriptRoot "Get-Package.ps1" + $search . $script $search.Tolower() } }