diff options
author | 2012-04-28 00:19:49 +0200 | |
---|---|---|
committer | 2012-04-28 22:35:30 +0200 | |
commit | 1b1ccd6b86740157b2529614945a218d73049f4a (patch) | |
tree | 970b2dc73302268a8c0964e34d9b38aa1643d0d6 /pygithub3/requests/git_data/references.py | |
parent | Merged pull request #3 from natw/git_data (diff) | |
download | python-github3-1b1ccd6b86740157b2529614945a218d73049f4a.tar.xz python-github3-1b1ccd6b86740157b2529614945a218d73049f4a.zip |
Litle fixs
Diffstat (limited to 'pygithub3/requests/git_data/references.py')
-rw-r--r-- | pygithub3/requests/git_data/references.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/requests/git_data/references.py b/pygithub3/requests/git_data/references.py index 99cf41a..2aac6a4 100644 --- a/pygithub3/requests/git_data/references.py +++ b/pygithub3/requests/git_data/references.py @@ -8,7 +8,7 @@ class Get(Request): class List(Request): - uri = 'repos/{user}/{repo}/git/refs' + uri = 'repos/{user}/{repo}/git/refs/{namespace}' resource = Reference |