Skip to content
This repository has been archived by the owner on Jan 26, 2018. It is now read-only.

Commit

Permalink
Merge pull request #54 from dikarel/bitbucket-typo [ci skip]
Browse files Browse the repository at this point in the history
Fix comment typo
  • Loading branch information
bradrydzewski authored Nov 25, 2016
2 parents be9252f + 0e1aa72 commit e115b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote/github/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func (c *Client) stream(rawurl, method string, in, out interface{}) (io.ReadClos
}
}

// creates a new http request to bitbucket.
// creates a new http request to GitHub.
req, err := http.NewRequest(method, uri.String(), buf)
if err != nil {
return nil, err
Expand Down

0 comments on commit e115b17

Please sign in to comment.