We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973546d commit 807b845Copy full SHA for 807b845
bonfire/config.py
@@ -84,7 +84,7 @@ def load_config(config_path=None):
84
log.info("default config not found, creating")
85
write_default_config()
86
87
- log.info("using local config file: %s", str(config_path.absolute()))
+ log.info("reading config from: %s", str(config_path.absolute()))
88
local_config_data = load_file(config_path)
89
90
return local_config_data
0 commit comments