Index: recipe_modules/bot_update/api.py |
diff --git a/recipe_modules/bot_update/api.py b/recipe_modules/bot_update/api.py |
index 375da9835ab74cb670b67ca86be1d05567eb8d2a..f1f31bd1c3458a65b4c62d3d0d11e8f20314cc03 100644 |
--- a/recipe_modules/bot_update/api.py |
+++ b/recipe_modules/bot_update/api.py |
@@ -148,7 +148,7 @@ class BotUpdateApi(recipe_api.RecipeApi): |
flags = [ |
# What do we want to check out (spec/root/rev/rev_map). |
['--spec', self.m.gclient.config_to_pythonish(cfg)], |
- ['--root', root], |
+ ['--patch_root', root], |
['--revision_mapping_file', self.m.json.input(rev_map)], |
['--git-cache-dir', cfg.cache_dir], |