summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-01-08 14:17:26 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-08 16:42:15 +0100
commitd49f21c35b4da0125f70d378ca70b8aa67c17e41 (patch)
tree7a92ea822924078fb2c73899f381955fefe186d5 /bin
parentc1aa416d212d7b19b4d3cdcb38c74e0ab9732b28 (diff)
downloadjenkins.debian.net-d49f21c35b4da0125f70d378ca70b8aa67c17e41.tar.xz
reproducible: typo in RB_PKG_URI s/usrtContent/userContent/
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 3d26502b..874598d3 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -27,7 +27,7 @@ REPRODUCIBLE_JSON = BASE + '/userContent/reproducible.json'
NOTES_URI = '/userContent/notes'
ISSUES_URI = '/userContent/issues'
-RB_PKG_URI = '/usrtContent/rb-pkg'
+RB_PKG_URI = '/userContent/rb-pkg'
NOTES_PATH = BASE + NOTES_URI
ISSUES_PATH = BASE + ISSUES_URI
RB_PKG_PATH = BASE + RB_PKG_URI