Skip to content

Commit

Permalink
Fix example function name
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Oct 31, 2023
1 parent ef12cbe commit 5dee51e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
SquashMergeCommitTitle = 'PR_TITLE'
SquashMergeCommitMessage = 'PR_BODY'
}
New-GitHubRepositoryUser @params
New-GitHubRepository @params
Creates a new public repository named "Hello-World" owned by the authenticated user.
Expand All @@ -54,7 +54,7 @@
SquashMergeCommitTitle = 'PR_TITLE'
SquashMergeCommitMessage = 'PR_BODY'
}
New-GitHubRepositoryOrg @params
New-GitHubRepository @params
Creates a new public repository named "Hello-World" owned by the organization "PSModule".
Expand Down

0 comments on commit 5dee51e

Please sign in to comment.