Skip to content

Commit 700d2fa

Browse files
committed
Merge branch 'ShouldProcess-Update' of https://github.com/X-Guardian/PowerShellForGitHub into ShouldProcess-Update
2 parents 8acdc32 + 0342f63 commit 700d2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/GitHubRepositoryForks.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ try
2020
# Define Script-scoped, readonly, hidden variables.
2121
@{
2222
upstreamOwnerName = 'octocat'
23-
upstreamRepositoryName = 'Hello-World'
23+
upstreamRepositoryName = 'git-consortium'
2424
}.GetEnumerator() | ForEach-Object {
2525
Set-Variable -Force -Scope Script -Option ReadOnly -Visibility Private -Name $_.Key -Value $_.Value
2626
}

0 commit comments

Comments
 (0)