mirror of https://github.com/SeanOMik/swm.git
Fixed capitalization
This commit is contained in:
parent
6f20d27117
commit
d4a185cf95
|
@ -13,6 +13,6 @@ public:
|
||||||
Config(const std::string& config_path) {
|
Config(const std::string& config_path) {
|
||||||
toml::value toml = toml::parse(config_path);
|
toml::value toml = toml::parse(config_path);
|
||||||
|
|
||||||
programs = ProgramsConfig(toml["programs"]);
|
programs = ProgramsConfig(toml["Programs"]);
|
||||||
}
|
}
|
||||||
};
|
};
|
Loading…
Reference in New Issue