Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Jul 9, 2024
1 parent 4a9b05b commit 4f5c57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/path/Path.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ namespace Hyprutils::Path {
}

if (checkConfigExists("/etc/xdg", programName))
return fullConfigPath("/etc/xdg/", programName);
return fullConfigPath("/etc/xdg", programName);

if (xdgConfigHomeExists)
return xdgConfigHome;
Expand Down

0 comments on commit 4f5c57c

Please sign in to comment.