plugin/hub: rename method to osbuildImage

Remove the 'Test' suffix.
This commit is contained in:
Christian Kellner 2020-09-07 19:03:15 +02:00
parent cb7e4d76c5
commit a9e187d38a
2 changed files with 2 additions and 2 deletions

View file

@ -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__":