diff options
-rwxr-xr-x | bin/reproducible_common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 205203fd..9be98bb9 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -27,7 +27,7 @@ REPRODUCIBLE_JSON = BASE + '/reproducible.json' DBD_URI = '/dbd' NOTES_URI = '/notes' -ISSUES_URI = 'issues' +ISSUES_URI = '/issues' RB_PKG_URI = '/rb-pkg' RBUILD_URI = '/rbuild' BUILDINFO_URI = '/buildinfo' |