Skip to content

Commit

Permalink
Merge pull request #233 from mulkieran/fix-typo
Browse files Browse the repository at this point in the history
test_harness.py: fix typo in keyword
  • Loading branch information
mulkieran authored Dec 1, 2023
2 parents bbdca54 + 7d30775 commit 9be2859
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 9be2859

Please sign in to comment.