summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/bitbucket/client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bitbucket/client.rb b/lib/bitbucket/client.rb
index e23da4556aa..a9f405e659b 100644
--- a/lib/bitbucket/client.rb
+++ b/lib/bitbucket/client.rb
@@ -35,7 +35,7 @@ module Bitbucket
end
def repos
- path = "/repositories/#{user.username}"
+ path = "/repositories/#{user.username}?role=member"
get_collection(path, :repo)
end