Skip to content

Commit 3c70b8d

Browse files
Remove references to paid plans from documentation (#191)
GitHub free plans have changed and now private repos no longer require a paid plan. Resolves #190
1 parent 5807d00 commit 3c70b8d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

GitHubRepositories.ps1

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)