summaryrefslogtreecommitdiff
path: root/isotests
diff options
context:
space:
mode:
Diffstat (limited to 'isotests')
-rw-r--r--isotests/management/commands/syncisos.py2
1 files changed, 1 insertions, 1 deletions
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()