Whoops, changed an option name, but not its variable

This commit is contained in:
Stefano Rivera 2011-12-07 01:29:16 +02:00
parent b4e0849690
commit e4fcb01b6a

View File

@ -116,7 +116,7 @@ def main():
if len(args) < 1:
parser.error("At least one package must be specified")
index = load_index(options.service_url)
index = load_index(options.data_url)
if options.binary:
output_binaries(index, args)
else: