Chromium Code Reviews| Index: infra/recipes/canary.py |
| diff --git a/infra/recipes/canary.py b/infra/recipes/canary.py |
| index 687bed1238eb4b891c5ebf559a318309d985425a..e058e52717b6ba0751949dd2f66f4e0c9dad5aad 100644 |
| --- a/infra/recipes/canary.py |
| +++ b/infra/recipes/canary.py |
| @@ -11,7 +11,7 @@ DEPS = [ |
| ] |
| def RunSteps(api): |
| - api.gclient.set_config('chromium', GIT_MODE=True) |
| + api.gclient.set_config('chromium') |
| api.bot_update.ensure_checkout(force=True) |
| def GenTests(api): |