From d49f21c35b4da0125f70d378ca70b8aa67c17e41 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Thu, 8 Jan 2015 14:17:26 +0100 Subject: reproducible: typo in RB_PKG_URI s/usrtContent/userContent/ --- bin/reproducible_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3-54-g00ecf