Index: infra/bots/gen_buildbot_specs.py |
diff --git a/infra/bots/gen_buildbot_specs.py b/infra/bots/gen_buildbot_specs.py |
index d960ab217b712e7635e7db1b4af0688380a2f3b1..6a2a91a62399be63259937748c36d3cba0356349 100755 |
--- a/infra/bots/gen_buildbot_specs.py |
+++ b/infra/bots/gen_buildbot_specs.py |
@@ -153,7 +153,7 @@ def main(): |
os.remove(tmp_spec_file.name) |
out = os.path.join( |
- SKIA_DIR, 'infra', 'bots', 'recipe_modules', 'skia', 'fake_specs.py') |
+ SKIA_DIR, 'infra', 'bots', 'recipe_modules', 'core', 'fake_specs.py') |
with open(out, 'w') as f: |
f.write('''# Copyright 2016 The Chromium Authors. All rights reserved. |