This commit is contained in:
2025-03-06 15:49:09 +01:00
parent 68f631ad8c
commit a0213fc199

View File

@@ -24,7 +24,7 @@ for o, a in opts:
if o == "-g":
_ACTION = "generate_config"
elif o in ("-p", "--push"):
_ACTION = "write_to_registry"
_ACTION = "push_to_registry"
else:
print("Parameter unknown")
sys.exit()