File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ func makeOptions(opts ...ClientOption) (*clientOptions, error) {
208208// Using WithOAuth2Token you can specify authentication
209209// credentials, passing no such ClientOption will allow public read access only.
210210//
211- // Basic Auth is not supported because it is deprecated by GitHub, see
211+ // Password-based authentication is not supported because it is deprecated by GitHub, see
212212// https://developer.github.com/changes/2020-02-14-deprecating-password-auth/
213213//
214214// GitHub Enterprise can be used if you specify the domain using WithDomain.
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ func (c *Client) ProviderID() gitprovider.ProviderID {
7777// Raw returns the Go GitHub client (github.com/google/go-github/v32/github *Client)
7878// used under the hood for accessing GitHub.
7979func (c * Client ) Raw () interface {} {
80- return c .c
80+ return c .c . Client ()
8181}
8282
8383// Organizations returns the OrganizationsClient handling sets of organizations.
You can’t perform that action at this time.
0 commit comments