Skip to content

Commit

Permalink
fix -M invocation (#56)
Browse files Browse the repository at this point in the history
the -T invocation worked beautifully but I broke -M :(

Signed-off-by: Sean Corfield <[email protected]>
  • Loading branch information
seancorfield authored Jan 15, 2024
1 parent 307bffb commit ad5fe07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj_watson/cli.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
(cli/run-cmd args
(update-in CONFIGURATION
[:commands 0]
(assoc :runs entrypoint/scan))))
assoc :runs entrypoint/scan)))

0 comments on commit ad5fe07

Please sign in to comment.