From 4c67e303c2695e4640de8186051efe15f9c51b7e Mon Sep 17 00:00:00 2001 From: Johan Lorenzo Date: Wed, 3 Apr 2019 10:49:41 +0200 Subject: [PATCH] Fix TC indexes --- automation/taskcluster/lib/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/taskcluster/lib/tasks.py b/automation/taskcluster/lib/tasks.py index 35690ea63..16caf8b02 100644 --- a/automation/taskcluster/lib/tasks.py +++ b/automation/taskcluster/lib/tasks.py @@ -159,7 +159,7 @@ class TaskBuilder(object): self.commit, product, postfix ), 'index.project.mobile.fenix.branch.{}.pushdate.{}.{}.{}.latest.{}.{}'.format( - self.short_head_branch. self.date.year, self.date.month, self.date.day, + self.short_head_branch, self.date.year, self.date.month, self.date.day, product, postfix ), ]