mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-16 01:21:07 +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:
|
if len(args) < 1:
|
||||||
parser.error("At least one package must be specified")
|
parser.error("At least one package must be specified")
|
||||||
|
|
||||||
index = load_index(options.service_url)
|
index = load_index(options.data_url)
|
||||||
if options.binary:
|
if options.binary:
|
||||||
output_binaries(index, args)
|
output_binaries(index, args)
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user