Skip to content

Commit 63c13a3

Browse files
rcchopraCopilot
andauthored
Update scm/apps.go
Co-authored-by: Copilot <[email protected]>
1 parent 2ee984d commit 63c13a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scm/apps.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ type (
120120
// the authenticated App.
121121
Get(ctx context.Context, appSlug string) (*App, *Response, error)
122122

123-
// ListInstallations lists the installations that the current GitHub App has.
123+
// ListInstallations lists the installations that the current App has.
124124
ListInstallations(ctx context.Context, opts ListOptions) ([]*Installation, *Response, error)
125125

126126
// GetInstallation returns the specified installation.

0 commit comments

Comments
 (0)