Skip to content

Commit 3fab724

Browse files
Fix typo from 536b762 (#161)
Fixing a typo introduced in 536b762
1 parent 78cd480 commit 3fab724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitHubRepositories.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ function Rename-GitHubRepository
541541
process
542542
{
543543
$repositoryInfoForDisplayMessage = if ($PSCmdlet.ParameterSetName -eq "Uri") { $Uri } else { $OwnerName, $RepositoryName -join "/" }
544-
if ($PSCmdlet.ShouldProcess($strRepositoryInfoForDisplayMessage, "Rename repository to '$NewName'"))
544+
if ($PSCmdlet.ShouldProcess($repositoryInfoForDisplayMessage, "Rename repository to '$NewName'"))
545545
{
546546
Write-InvocationLog -Invocation $MyInvocation
547547
$elements = Resolve-RepositoryElements -BoundParameters $PSBoundParameters

0 commit comments

Comments
 (0)