fix topurl config typo

This commit is contained in:
Mike McLean 2012-09-25 00:24:25 -04:00
parent d2dc1a1fd0
commit 56ca959acc

View file

@ -2989,7 +2989,7 @@ def get_options():
options.topurls = topurls
if len(topurls) > 1:
# XXX - fix the rest of the code so this is not necessary
options.topurl = topurl[0]
options.topurl = topurls[0]
if options.pkgurl:
logger.warning("The pkgurl option is obsolete")