aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/requests/git_data/references.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygithub3/requests/git_data/references.py')
-rw-r--r--pygithub3/requests/git_data/references.py2
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