Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…llForGitHub into newStatus
  • Loading branch information
HowardWolosky committed Jun 30, 2020
2 parents b3e7ed6 + e62b7bc commit 7d583d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/GitHubRepositoryForks.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ try
# Define Script-scoped, readonly, hidden variables.
@{
upstreamOwnerName = 'octocat'
upstreamRepositoryName = 'Hello-World'
upstreamRepositoryName = 'git-consortium'
}.GetEnumerator() | ForEach-Object {
Set-Variable -Force -Scope Script -Option ReadOnly -Visibility Private -Name $_.Key -Value $_.Value
}
Expand Down

0 comments on commit 7d583d7

Please sign in to comment.