Skip to content

Commit 8b46226

Browse files
authored
Fix help: Set-GitHubConfiguration -DefaultRepositoryName (#341)
Would be a copy-paste error from `-DefaultOwnerName `.
1 parent f7efc4a commit 8b46226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitHubConfiguration.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function Set-GitHubConfiguration
8787
-PassThru:$false on an individual command.
8888
8989
.PARAMETER DefaultRepositoryName
90-
The owner name that should be used with a command that takes RepositoryName as a parameter
90+
The repository name that should be used with a command that takes RepositoryName as a parameter
9191
when no value has been supplied.
9292
9393
.PARAMETER DisableLogging

0 commit comments

Comments
 (0)