mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-14 00:21:08 +00:00
Fix typo in buildd so specifiying arches works again
This commit is contained in:
parent
27cccf9a70
commit
76455d8933
2
buildd
2
buildd
@ -139,7 +139,7 @@ print "Current build status for this package:"
|
||||
# Output list of arches for package and their status.
|
||||
done = False
|
||||
for build in builds:
|
||||
if oneArch and build.arch_tag != options.archictecture:
|
||||
if oneArch and build.arch_tag != options.architecture:
|
||||
# Skip this architecture.
|
||||
continue
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user