Skip to content

Commit 2077533

Browse files
committed
Implemented new bitbucket repository method
The implemented method allows to grant repository permissions to an specified user
1 parent 689bec0 commit 2077533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atlassian/bitbucket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def project_grant_user_permissions(self, project_key, username, permission):
105105
username=username)
106106
return self.put(url)
107107

108-
def repo_grant_user_permissions(self, project_key, repo_key, username, permission):
108+
def repo_grant_user_permissions(self, project_key, repo_key, username, permission):
109109
"""
110110
Grant the specified repository permission to an specific user
111111
:param project_key: project key involved

0 commit comments

Comments
 (0)