Skip to content

Commit

Permalink
fix the indexer program name
Browse files Browse the repository at this point in the history
  • Loading branch information
wraymo committed Feb 4, 2025
1 parent 60e0ee3 commit 0bb5cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/core/src/clp_s/indexer/indexer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ int main(int argc, char const* argv[]) {
return 1;
}

CommandLineArguments command_line_arguments("metadata-uploader");
CommandLineArguments command_line_arguments("indexer");
auto parsing_result = command_line_arguments.parse_arguments(argc, argv);
switch (parsing_result) {
case CommandLineArguments::ParsingResult::Failure:
Expand Down

0 comments on commit 0bb5cc6

Please sign in to comment.