Skip to content

Commit

Permalink
fix wrong arg num
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman1001 committed Feb 13, 2024
1 parent 378e3cd commit dac0a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/cmdhfict.c
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ static int CmdHfIctCredential(const char * Cmd) {
arg_param_end
};
CLIExecWithReturn(ctx, Cmd, argtable, true);
bool verbose = arg_get_lit(ctx, 5);
bool verbose = arg_get_lit(ctx, 1);
CLIParserFree(ctx);

SetAPDULogging(false);
Expand Down

0 comments on commit dac0a39

Please sign in to comment.