Skip to content

Commit

Permalink
Fix budget in default folder
Browse files Browse the repository at this point in the history
  • Loading branch information
wichtounet committed Nov 4, 2024
1 parent 5e30a9c commit 55980cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ fs::path budget::budget_folder() {
return fs::path{data_home} / "budget";
}

return home_folder() / "/.local/share/budget";
return home_folder() / ".local/share/budget";
}

fs::path budget::path_to_home_file(std::string_view file) {
Expand Down

0 comments on commit 55980cd

Please sign in to comment.