Skip to content

Commit

Permalink
Merge pull request #30 from banksean/patch-2
Browse files Browse the repository at this point in the history
fix path for CreateChange call
  • Loading branch information
andygrunwald authored Apr 17, 2017
2 parents 647db05 + e11e820 commit 21e485e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changes.go
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ func (s *ChangesService) getCommentInfoMapSliceResponse(u string) (*map[string][
//
// Gerrit API docs: https://gerrit-review.googlesource.com/Documentation/rest-api-changes.html#create-change
func (s *ChangesService) CreateChange(input *ChangeInfo) (*ChangeInfo, *Response, error) {
u := "changes"
u := "changes/"

req, err := s.client.NewRequest("POST", u, input)
if err != nil {
Expand Down

0 comments on commit 21e485e

Please sign in to comment.