Skip to content

Commit 7212939

Browse files
Update src/functions/public/Auth/Connect-GitHubApp.ps1
Co-authored-by: Copilot <[email protected]>
1 parent a253921 commit 7212939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions/public/Auth/Connect-GitHubApp.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
Gets all app installations and connects to them in parallel with a maximum of 4 concurrent connections.
3939
4040
.EXAMPLE
41-
Connect-GitHubApp -User '*', -Organization 'psmodule', 'github' -ThrottleLimit 8
41+
Connect-GitHubApp -User '*' -Organization 'psmodule', 'github' -ThrottleLimit 8
4242
4343
Connects to all users and the specified organizations in parallel with a maximum of 8 concurrent connections.
4444

0 commit comments

Comments
 (0)