From 80b6831b4afa8003441b5317e9aac90a09c5e74f Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Tue, 30 Jul 2013 14:23:34 +0300 Subject: Rename shortURLs into shortURL --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.py') diff --git a/config.py b/config.py index 6fd8e61..2c04845 100644 --- a/config.py +++ b/config.py @@ -20,7 +20,7 @@ conf.registerGlobalValue(Github, 'channel', registry.String('#commits', """Determines the channel where commit notifications will go by default.""")) -conf.registerGlobalValue(Github, 'shortURLs', +conf.registerGlobalValue(Github, 'shortURL', registry.Boolean(True, """Use git.io to produce shorter URLs""")) # vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: -- cgit v1.2.3