Fix query for importing all projects for member

This commit is contained in:
Stan Hu 2016-12-09 15:28:49 -08:00
parent 091970208e
commit 1d7f85aeef
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ module Bitbucket
end
def repos
path = "/repositories/#{user.username}?role=member"
path = "/repositories?role=member"
get_collection(path, :repo)
end