Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
Fix for config path
Browse files Browse the repository at this point in the history
  • Loading branch information
emi420 committed Apr 4, 2024
1 parent cd141b4 commit 3a66efc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/underpassconfig.hh
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,8 @@ struct UnderpassConfig {
///
UnderpassConfig()
{

std::string filespec = ETCDIR;
filespec += "default.yaml";
filespec += "/default.yaml";
if (std::filesystem::exists(filespec)) {
yaml::Yaml yaml;
yaml.read(filespec);
Expand Down

0 comments on commit 3a66efc

Please sign in to comment.