summaryrefslogtreecommitdiff
path: root/lib/bitbucket
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bitbucket')
-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 a9f405e659b..5c2ef2a4509 100644
--- a/lib/bitbucket/client.rb
+++ b/lib/bitbucket/client.rb
@@ -35,7 +35,7 @@ module Bitbucket
end
def repos
- path = "/repositories/#{user.username}?role=member"
+ path = "/repositories?role=member"
get_collection(path, :repo)
end