File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ function New-GitHubRepository
4141
4242 . PARAMETER Private
4343 By default, this repository will created Public. Specify this to create
44- a private repository. Creating private repositories requires a paid GitHub account.
44+ a private repository.
4545
4646 . PARAMETER NoIssues
4747 By default, this repository will support Issues. Specify this to disable Issues.
@@ -710,8 +710,7 @@ function Update-GitHubRepository
710710 Update the default branch for this repository.
711711
712712 . PARAMETER Private
713- Specify this to make the repository repository. Creating private repositories requires a
714- paid GitHub account.
713+ Specify this to make the repository private.
715714 To change a repository to be public, specify -Private:$false
716715
717716 . PARAMETER NoIssues
You can’t perform that action at this time.
0 commit comments