diff --git a/src/deadline/keyshot_submitter/Submit to AWS Deadline Cloud.py b/src/deadline/keyshot_submitter/Submit to AWS Deadline Cloud.py index f3fdda7..b0699d8 100644 --- a/src/deadline/keyshot_submitter/Submit to AWS Deadline Cloud.py +++ b/src/deadline/keyshot_submitter/Submit to AWS Deadline Cloud.py @@ -193,7 +193,7 @@ def construct_job_template(filename: str) -> dict: ], "actions": { "onEnter": { - "command": "KeyShotAdaptor", + "command": "keyshot-openjd", "args": [ "daemon", "start", @@ -207,7 +207,7 @@ def construct_job_template(filename: str) -> dict: "cancelation": {"mode": "NOTIFY_THEN_TERMINATE"}, }, "onExit": { - "command": "KeyShotAdaptor", + "command": "keyshot-openjd", "args": [ "daemon", "stop", @@ -231,7 +231,7 @@ def construct_job_template(filename: str) -> dict: ], "actions": { "onRun": { - "command": "KeyShotAdaptor", + "command": "keyshot-openjd", "args": [ "daemon", "run",