diff --git a/tagging/create_manifests.py b/tagging/create_manifests.py index caba1f97..e7c380e3 100755 --- a/tagging/create_manifests.py +++ b/tagging/create_manifests.py @@ -93,7 +93,9 @@ if __name__ == "__main__": arg_parser = argparse.ArgumentParser() arg_parser.add_argument( - "--short-image-name", required=True, help="Short image name to apply tags for" + "--short-image-name", + required=True, + help="Short image name to apply tags for", ) arg_parser.add_argument("--owner", required=True, help="Owner of the image") arg_parser.add_argument("--wiki-path", required=True, help="Path to the wiki pages")