Skip to content

Commit

Permalink
show name
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Apr 12, 2024
1 parent 31e58ac commit e3b490d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/Find-nextissueGH.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
}
Expand Down

0 comments on commit e3b490d

Please sign in to comment.