| Index: infra/bots/recipes/swarm_housekeeper.py
|
| diff --git a/infra/bots/recipes/swarm_housekeeper.py b/infra/bots/recipes/swarm_housekeeper.py
|
| index e318463b3779885d6621c09d01977e2264b66355..43e694c3843e8069ac5f3956795cd63365081f56 100644
|
| --- a/infra/bots/recipes/swarm_housekeeper.py
|
| +++ b/infra/bots/recipes/swarm_housekeeper.py
|
| @@ -42,7 +42,8 @@
|
|
|
| # TODO(borenet): Detect static initializers?
|
|
|
| - gsutil_path = api.path['depot_tools'].join('gsutil.py')
|
| + gsutil_path = api.path['depot_tools'].join('third_party', 'gsutil',
|
| + 'gsutil')
|
| if not api.vars.is_trybot:
|
| api.run(
|
| api.step,
|
|
|