Index: scripts/slave/recipe_modules/ct/api.py |
diff --git a/scripts/slave/recipe_modules/ct/api.py b/scripts/slave/recipe_modules/ct/api.py |
index 3c9022f687cd5841d32260cbb484c25fd148aad9..698a5268f4c1ec15f693d8899dec16bb5b1e4560 100644 |
--- a/scripts/slave/recipe_modules/ct/api.py |
+++ b/scripts/slave/recipe_modules/ct/api.py |
@@ -15,7 +15,7 @@ class CTApi(recipe_api.RecipeApi): |
@property |
def downloads_dir(self): |
"""Path to where artifacts should be downloaded from Google Storage.""" |
- return self.m.infra_paths['slave_build'].join('src', 'content', 'test', 'ct') |
+ return self.m.path['slave_build'].join('src', 'content', 'test', 'ct') |
def checkout_dependencies(self): |
"""Checks out all repositories required for CT to run.""" |