diff --git a/client/ayon_core/plugins/publish/collect_farm_env_variables.py b/client/ayon_core/plugins/publish/collect_farm_env_variables.py index 7ee3356cee..2782ea86ac 100644 --- a/client/ayon_core/plugins/publish/collect_farm_env_variables.py +++ b/client/ayon_core/plugins/publish/collect_farm_env_variables.py @@ -36,7 +36,7 @@ class CollectCoreJobEnvVars(pyblish.api.ContextPlugin): "AYON_IN_TESTS", # NOTE Not sure why workdir is needed? "AYON_WORKDIR", - # DEPRECATED remove when deadline stops using it (added in 1.1.1) + # DEPRECATED remove when deadline stops using it (added in 1.1.2) "AYON_DEFAULT_SETTINGS_VARIANT", ]: value = os.getenv(key)