Fix typo in example in USAGE.md (#297)
Changes an opening brace to parenthesis because `Add-GitHubIssueLabel` takes an array of label strings.
This commit is contained in:
Родитель
ec7950c02c
Коммит
28e20d4a2a
2
USAGE.md
2
USAGE.md
|
@ -457,7 +457,7 @@ Remove-GitHubLabel -OwnerName PowerShell -RepositoryName DesiredStateConfigurati
|
|||
|
||||
#### Adding Labels to an Issue
|
||||
```powershell
|
||||
$labelNames = @{'bug', 'discussion')
|
||||
$labelNames = @('bug', 'discussion')
|
||||
Add-GitHubIssueLabel -OwnerName $script:ownerName -RepositoryName $repositoryName -Issue 1 -LabelName $labelNames
|
||||
```
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче