diff --git a/centroid.py b/centroid.py index 16228d0..d456ece 100644 --- a/centroid.py +++ b/centroid.py @@ -83,5 +83,5 @@ def runCommand(): print("&Build") if args['print_options']: print(json.dumps(getOptions())) - elif args['run_workflow']: + elif args['run_command']: print(json.dumps(runCommand())) diff --git a/flattenZ.py b/flattenZ.py index 1dc74d3..95b50be 100644 --- a/flattenZ.py +++ b/flattenZ.py @@ -53,5 +53,5 @@ def runCommand(): print("&Build") if args['print_options']: print(json.dumps(getOptions())) - elif args['run_workflow']: + elif args['run_command']: print(json.dumps(runCommand())) diff --git a/scale.py b/scale.py index d02bfaa..a668bc4 100644 --- a/scale.py +++ b/scale.py @@ -89,5 +89,5 @@ def runCommand(): print("&Build") if args['print_options']: print(json.dumps(getOptions())) - elif args['run_workflow']: + elif args['run_command']: print(json.dumps(runCommand()))