Skip to content

Commit

Permalink
[v4] Update project fork endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed May 23, 2017
1 parent 206be8f commit 6684c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/v4/objects.py
Expand Up @@ -876,7 +876,7 @@ class ProjectEventManager(BaseManager):


class ProjectFork(GitlabObject):
_url = '/projects/fork/%(project_id)s'
_url = '/projects/%(project_id)s/fork'
canUpdate = False
canDelete = False
canList = False
Expand Down

0 comments on commit 6684c13

Please sign in to comment.