From fac3138ff5b98598f875b52d7538551f77b94995 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 13 Oct 2023 14:14:47 -0700 Subject: [PATCH] Fix typo. --- tools/buildbot/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/buildbot/bootstrap.py b/tools/buildbot/bootstrap.py index 2b8ade14..9cd0d0d6 100644 --- a/tools/buildbot/bootstrap.py +++ b/tools/buildbot/bootstrap.py @@ -59,7 +59,7 @@ def main(): source = os.getcwd() - with open(os.path.join('support', 'buildbot', 'buildconfig.json'), 'rt') as fp: + with open(os.path.join('tools', 'buildbot', 'buildconfig.json'), 'rt') as fp: config_root = json.load(fp) config = config_root.get(args.config, {})