Return repositories to which user is a member, not just owner
This commit is contained in:
parent
ff2193a3db
commit
091970208e
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ module Bitbucket
|
||||||
end
|
end
|
||||||
|
|
||||||
def repos
|
def repos
|
||||||
path = "/repositories/#{user.username}"
|
path = "/repositories/#{user.username}?role=member"
|
||||||
get_collection(path, :repo)
|
get_collection(path, :repo)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue