Commit 676f0a6e by Tim Ruffles

grammar fix

parent 375edbd0
......@@ -228,7 +228,7 @@ def main():
if do_build:
image_id = manager.build()
if image_id:
msg = "Image builded: %s" % image_id
msg = "Image built: %s" % image_id
else:
failed = True
msg = "Error: %s\nLog:%s" % (manager.error_msg, manager.get_log())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment