Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fxliang committed Jan 4, 2024
1 parent 023af14 commit af1f270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rppi_get.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ filter_recipes_with_keyword(const std::vector<Recipe> &recipes,
bool load_config() {
std::string app_path = GetApplicationDirectory();
std::string config_path = file_exist(parse_path("~/.rppi_config.yaml"))
? "~/rppi_config.yaml"
? "~/.rppi_config.yaml"
: app_path + "/rppi_config.yaml";
if (!file_exist(config_path)) // no configure file found
{
Expand Down

0 comments on commit af1f270

Please sign in to comment.