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