Skip to content

Commit

Permalink
Wrong config path
Browse files Browse the repository at this point in the history
  • Loading branch information
AKMaily committed Aug 29, 2024
1 parent 9f790b9 commit 8b1f427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "style.hpp"

int main() {
const std::string configpath = "../config/config.json";
const std::string configpath = "config/config.json";
set_config(configpath);
nlohmann::json config = load_json_file(configpath);
set_json(config);
Expand Down

0 comments on commit 8b1f427

Please sign in to comment.