Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
xansec committed Oct 11, 2024
1 parent f4704a5 commit 6d71a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mayhem/mayhem.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def mayhem_wait(ctx, mayhem_cli, mayhem_cli_exe, mayhem_out, is_windows, junit,

junit = "--junit " + junit if junit else ""
sarif = "--sarif " + sarif if sarif else ""
fod = " --fail-on-defects" if fail_on_defects else ""
fod = "--fail-on-defects" if fail_on_defects else ""
opts = " ".join([junit, sarif, fod])

if is_windows:
Expand Down

0 comments on commit 6d71a86

Please sign in to comment.