Commit 1d7f85ae authored by Stan Hu's avatar Stan Hu

Fix query for importing all projects for member

parent 09197020
......@@ -35,7 +35,7 @@ module Bitbucket
end
def repos
path = "/repositories/#{user.username}?role=member"
path = "/repositories?role=member"
get_collection(path, :repo)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment