Skip to content

Commit

Permalink
test_harness.py: fix typo in keyword
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Dec 1, 2023
1 parent bbdca54 commit 7d30775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_harness.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def _gen_parser():
)

stratisd_cert_parser.add_argument(
"--verify-sysfs", help="Verify /sys/class/block files", actions="store_true"
"--verify-sysfs", help="Verify /sys/class/block files", action="store_true"
)

stratis_cli_cert_parser = subparsers.add_parser(
Expand Down

0 comments on commit 7d30775

Please sign in to comment.