diff --git a/fsutils/build_config.py b/fsutils/build_config.py index 1e37043b08..0e02ceb837 100644 --- a/fsutils/build_config.py +++ b/fsutils/build_config.py @@ -3,7 +3,7 @@ import json class BuildConfig: - def __init__(self, config_file='config.json'): + def __init__(self, config_file='build_config.json'): with open(config_file, 'r') as f: config_data = json.load(f)