Chromium Code Reviews| Index: infra/recipes/canary.py |
| diff --git a/infra/recipes/canary.py b/infra/recipes/canary.py |
| index e058e52717b6ba0751949dd2f66f4e0c9dad5aad..81fadfa53b4e967aeb901d73f2dc6615358a31cb 100644 |
| --- a/infra/recipes/canary.py |
| +++ b/infra/recipes/canary.py |
| @@ -12,7 +12,7 @@ DEPS = [ |
| def RunSteps(api): |
| api.gclient.set_config('chromium') |
| - api.bot_update.ensure_checkout(force=True) |
| + api.bot_update.ensure_checkout() |
| def GenTests(api): |
| yield api.test('basic') + api.properties.generic() |