plugin/hub: rename method to osbuildImage
Remove the 'Test' suffix.
This commit is contained in:
parent
cb7e4d76c5
commit
a9e187d38a
2 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ def main():
|
|||
if opts:
|
||||
pprint(opts)
|
||||
|
||||
session.osbuildImageTest(name, version, arch, target, opts=opts)
|
||||
session.osbuildImage(name, version, arch, target, opts=opts)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue