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 78cd480 commit 3fab724Copy full SHA for 3fab724
GitHubRepositories.ps1
@@ -541,7 +541,7 @@ function Rename-GitHubRepository
541
process
542
{
543
$repositoryInfoForDisplayMessage = if ($PSCmdlet.ParameterSetName -eq "Uri") { $Uri } else { $OwnerName, $RepositoryName -join "/" }
544
- if ($PSCmdlet.ShouldProcess($strRepositoryInfoForDisplayMessage, "Rename repository to '$NewName'"))
+ if ($PSCmdlet.ShouldProcess($repositoryInfoForDisplayMessage, "Rename repository to '$NewName'"))
545
546
Write-InvocationLog -Invocation $MyInvocation
547
$elements = Resolve-RepositoryElements -BoundParameters $PSBoundParameters
0 commit comments