Fix issue
This commit is contained in:
Родитель
729f5ab398
Коммит
bf6764080c
|
@ -192,7 +192,7 @@ function Get-GitHubIssue
|
|||
{
|
||||
$uriFragment = "/repos/$OwnerName/$RepositoryName/issues"
|
||||
$description = "Getting issues for $RepositoryName"
|
||||
if (-not [String]::IsNullOrEmpty($Issue))
|
||||
if ($PSBoundParameters.ContainsKey('Issue'))
|
||||
{
|
||||
$uriFragment = $uriFragment + "/$Issue"
|
||||
$description = "Getting issue $Issue for $RepositoryName"
|
||||
|
|
Загрузка…
Ссылка в новой задаче