We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bdb37c commit 27920b1Copy full SHA for 27920b1
GitHubRepositories.ps1
@@ -613,7 +613,7 @@ function Update-GitHubRepository
613
if ($PSBoundParameters.ContainsKey('Archived')) { $hashBody['archived'] = $Archived.ToBool() }
614
615
$params = @{
616
- 'UriFragment' = "repos/$OwnerName/$ReposistoryName"
+ 'UriFragment' = "repos/$OwnerName/$RepositoryName"
617
'Body' = (ConvertTo-Json -InputObject $hashBody)
618
'Method' = 'Patch'
619
'Description' = "Updating $RepositoryName"
0 commit comments