Skip to content

Commit

Permalink
Correct url for merge requests API.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Weatherwax committed Aug 14, 2013
1 parent d1cd3dc commit 5090ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab.py
Expand Up @@ -737,7 +737,7 @@ class ProjectMergeRequestNote(GitlabObject):


class ProjectMergeRequest(GitlabObject):
_url = '/projects/%(project_id)s/merge_request'
_url = '/projects/%(project_id)s/merge_requests'
_constructorTypes = {'author': 'User', 'assignee': 'User'}
canDelete = False
requiredListAttrs = ['project_id']
Expand Down

0 comments on commit 5090ef4

Please sign in to comment.