Skip to content

Commit

Permalink
fix(cli): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
craftablescience committed Oct 30, 2024
1 parent 491d25c commit 53aaf86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ void sign(const argparse::ArgumentParser& cli, const std::string& inputPath) {
void verify(const argparse::ArgumentParser& cli, const std::string& inputPath) {
auto packFile = PackFile::open(inputPath);
if (!packFile) {
std::cerr << "Could not open then pack file at \"" << inputPath << "\": it failed to load!" << std::endl;
std::cerr << "Could not open the pack file at \"" << inputPath << "\": it failed to load!" << std::endl;
return;
}

Expand Down

0 comments on commit 53aaf86

Please sign in to comment.