From 1ea5be1a0693d8f24b5d147092fd4a15c7fdd4a7 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 28 Apr 2011 13:11:44 -0500 Subject: isotests: Cleaned up the page titles and syncisos command Signed-off-by: Dan McGee --- isotests/management/commands/syncisos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isotests/management') diff --git a/isotests/management/commands/syncisos.py b/isotests/management/commands/syncisos.py index 975104d9..4cc6908e 100644 --- a/isotests/management/commands/syncisos.py +++ b/isotests/management/commands/syncisos.py @@ -36,7 +36,7 @@ class IsoListParser(HTMLParser): raise CommandError('Couldn\'t parse "%s"' % url) class Command(BaseCommand): - help = 'Gets new isos from http://releng.archlinux.org/isos/' + help = 'Gets new isos from %s' % ISOLISTURL def handle(self, *args, **options): parser = IsoListParser() -- cgit v1.2.3-2-g168b