Skip to content

Commit

Permalink
pwsh
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Apr 13, 2024
1 parent b0e8617 commit d128438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Find-nextissueGH.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function Find-nextissueGH {
Import-Module psgithubsearch

"packageName : $packageName"
$search = $packageName.split('(|)')[1]
$search = $packageName -split '\(|\)' | Select-Object -Index 1
"Package to import : $search"

if($search) {
Expand Down

0 comments on commit d128438

Please sign in to comment.