aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/bookmaker.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipes/bookmaker.py')
-rw-r--r--infra/bots/recipes/bookmaker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/recipes/bookmaker.py b/infra/bots/recipes/bookmaker.py
index 3a568ec9bf..78b8846c3a 100644
--- a/infra/bots/recipes/bookmaker.py
+++ b/infra/bots/recipes/bookmaker.py
@@ -46,7 +46,7 @@ def RunSteps(api):
skia_dir = checkout_root.join('skia')
with api.context(cwd=skia_dir, env=api.infra.go_env):
- bookmaker_binary = api.vars.skia_out.join('bookmaker')
+ bookmaker_binary = api.vars.build_dir.join('bookmaker')
buildername = api.vars.builder_name
if 'PerCommit' in buildername: