Index: scripts/slave/recipes/skia/ct_skps.py |
diff --git a/scripts/slave/recipes/skia/ct_skps.py b/scripts/slave/recipes/skia/ct_skps.py |
index bdc39779b7b7f772be12be50fee59c7830512aff..29bac832a3d21b9f054d80d6433abe6616e61bd6 100644 |
--- a/scripts/slave/recipes/skia/ct_skps.py |
+++ b/scripts/slave/recipes/skia/ct_skps.py |
@@ -92,7 +92,7 @@ def RunSteps(api): |
src.revision = 'origin/master' # Always checkout Chromium at ToT. |
for repo in (skia, src): |
- api.skia.update_repo(repo) |
+ api.skia.update_repo(api.path['slave_build'], repo) |
update_step = api.gclient.checkout(gclient_config=gclient_cfg) |
skia_hash = update_step.presentation.properties['got_revision'] |