| Index: scripts/slave/recipes/boringssl_docs.py
|
| diff --git a/scripts/slave/recipes/boringssl_docs.py b/scripts/slave/recipes/boringssl_docs.py
|
| index 8cef186258283d741fd6014576b1b5659347c8ca..0b21e5385b3117302484af3c635bf8c92a757c6a 100644
|
| --- a/scripts/slave/recipes/boringssl_docs.py
|
| +++ b/scripts/slave/recipes/boringssl_docs.py
|
| @@ -19,7 +19,7 @@ DEPS = [
|
|
|
| def RunSteps(api):
|
| # Sync and pull in everything.
|
| - api.gclient.set_config('boringssl')
|
| + api.gclient.set_config('boringssl', GIT_MODE=True)
|
| api.bot_update.ensure_checkout(force=True)
|
| api.gclient.runhooks()
|
|
|
|
|