| Index: recipe_modules/bot_update/example.py
|
| diff --git a/recipe_modules/bot_update/example.py b/recipe_modules/bot_update/example.py
|
| index d866c0cebd567c875572e02ec0bd5bae83db12be..9e915331e53e19aac19100e97fa439a0168456ef 100644
|
| --- a/recipe_modules/bot_update/example.py
|
| +++ b/recipe_modules/bot_update/example.py
|
| @@ -12,7 +12,7 @@ DEPS = [
|
| def RunSteps(api):
|
| api.gclient.use_mirror = True
|
|
|
| - src_cfg = api.gclient.make_config()
|
| + src_cfg = api.gclient.make_config(GIT_MODE=True, CACHE_DIR='[GIT_CACHE]')
|
| soln = src_cfg.solutions.add()
|
| soln.name = 'src'
|
| soln.url = 'svn://svn.chromium.org/chrome/trunk/src'
|
|
|