macos: load config file default file locations

This commit is contained in:
Mitchell Hashimoto
2023-03-03 09:01:13 -08:00
parent d8537732dd
commit 2a40bdabca
4 changed files with 26 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ pub fn main() !void {
}
// Parse the config files that were added from our file and CLI args.
try config.loadRecursive(alloc);
try config.loadRecursiveFiles(alloc);
try config.finalize();
//std.log.debug("config={}", .{config});