Skip to content

Commit d4fb48a

Browse files
committed
Fix list repos api v2 endpoint url
1 parent a41ce6b commit d4fb48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bitbucket_rest_api/repos.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def list(*args)
252252
'/1.0/repos'
253253
end
254254
else
255-
'/2.0/user/repositories'
255+
'/2.0/repositories'
256256
end
257257
response = get_request(url, params)
258258

0 commit comments

Comments
 (0)