mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
Whoops, changed an option name, but not its variable
This commit is contained in:
parent
b4e0849690
commit
e4fcb01b6a
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user