diff --git a/client/ayon_core/pipeline/context_tools.py b/client/ayon_core/pipeline/context_tools.py index 9773da2529..3f11aacab7 100644 --- a/client/ayon_core/pipeline/context_tools.py +++ b/client/ayon_core/pipeline/context_tools.py @@ -146,7 +146,7 @@ def install_host(host): MessageHandler.emit = modified_emit - if os.environ.get("OPENPYPE_REMOTE_PUBLISH"): + if os.environ.get("AYON_REMOTE_PUBLISH"): # target "farm" == rendering on farm, expects OPENPYPE_PUBLISH_DATA # target "remote" == remote execution, installs host print("Registering pyblish target: remote")