summaryrefslogtreecommitdiffstats
path: root/tools/lint/condprof-addons/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lint/condprof-addons/__init__.py')
-rw-r--r--tools/lint/condprof-addons/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lint/condprof-addons/__init__.py b/tools/lint/condprof-addons/__init__.py
index f17ab26f3f..c569a4d8dc 100644
--- a/tools/lint/condprof-addons/__init__.py
+++ b/tools/lint/condprof-addons/__init__.py
@@ -13,7 +13,7 @@ import requests
import yaml
from mozlint.pathutils import expand_exclusions
-BROWSERTIME_FETCHES_PATH = Path("taskcluster/ci/fetch/browsertime.yml")
+BROWSERTIME_FETCHES_PATH = Path("taskcluster/kinds/fetch/browsertime.yml")
CUSTOMIZATIONS_PATH = Path("testing/condprofile/condprof/customization/")
DOWNLOAD_TIMEOUT = 30
ERR_FETCH_TASK_MISSING = "firefox-addons taskcluster fetch config section not found"