Browse Source

fix typo

Should `pulic`  be `public`?
pull/1232/head
silenceshell 8 years ago committed by GitHub
parent
commit
468b5e3f0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      connector/github/github.go

2
connector/github/github.go

@ -457,7 +457,7 @@ func (c *githubConnector) user(ctx context.Context, client *http.Client) (user,
return u, err
}
// Only pulic user emails are returned by 'GET /user'. u.Email will be empty
// Only public user emails are returned by 'GET /user'. u.Email will be empty
// if a users' email is private. We must retrieve private emails explicitly.
if u.Email == "" {
var err error

Loading…
Cancel
Save