Fix typo.

This commit is contained in:
David Anderson 2023-10-13 14:14:47 -07:00
parent ab9e86910c
commit fac3138ff5

View File

@ -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, {})