Skip to content

Commit

Permalink
Remove references to paid plans from documentation (#191)
Browse files Browse the repository at this point in the history
GitHub free plans have changed and now private repos no longer
require a paid plan.

Resolves #190
  • Loading branch information
HowardWolosky authored May 28, 2020
1 parent 5807d00 commit 3c70b8d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions GitHubRepositories.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function New-GitHubRepository
.PARAMETER Private
By default, this repository will created Public. Specify this to create
a private repository. Creating private repositories requires a paid GitHub account.
a private repository.
.PARAMETER NoIssues
By default, this repository will support Issues. Specify this to disable Issues.
Expand Down Expand Up @@ -710,8 +710,7 @@ function Update-GitHubRepository
Update the default branch for this repository.
.PARAMETER Private
Specify this to make the repository repository. Creating private repositories requires a
paid GitHub account.
Specify this to make the repository private.
To change a repository to be public, specify -Private:$false
.PARAMETER NoIssues
Expand Down

0 comments on commit 3c70b8d

Please sign in to comment.