From 580fa1011f01ddecbaac830ebd142b39794a6c3f Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Thu, 31 Jan 2019 10:16:44 +0100 Subject: [PATCH] Issue #267: decision_task_nightly.py: Fix typo: taskcClusterProxy -> taskclusterProxy --- automation/taskcluster/decision_task_nightly.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/taskcluster/decision_task_nightly.py b/automation/taskcluster/decision_task_nightly.py index d9d825358..2c1b4009c 100644 --- a/automation/taskcluster/decision_task_nightly.py +++ b/automation/taskcluster/decision_task_nightly.py @@ -46,7 +46,7 @@ def generate_build_task(apks, is_staging): ' && ./gradlew --no-daemon -PcrashReports=true clean test assembleRelease'), features={ "chainOfTrust": True, - "taskClusterProxy": True + "taskclusterProxy": True }, artifacts=artifacts, worker_type='android-components-g' if is_staging else 'gecko-focus',