| Index: scripts/slave/recipes/nacl.py
|
| diff --git a/scripts/slave/recipes/nacl.py b/scripts/slave/recipes/nacl.py
|
| index 99a488be4ad658e73f659c0ac55f6ecfc142aa78..154c2070482228af98790b10ed71d489d9723962 100644
|
| --- a/scripts/slave/recipes/nacl.py
|
| +++ b/scripts/slave/recipes/nacl.py
|
| @@ -31,7 +31,7 @@ trigger_map = {
|
| }
|
|
|
| def _CheckoutSteps(api):
|
| - api.gclient.set_config('nacl')
|
| + api.gclient.set_config('nacl', GIT_MODE=True)
|
| result = api.bot_update.ensure_checkout(force=True)
|
|
|
| # HACK(iannucci): bot_update.ensure_checkout should return an actual meaninful
|
|
|