Skip to content

Commit b05e9bb

Browse files
committed
change check_slack arg position
1 parent ef996ea commit b05e9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/monorobot.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ let gh_payload =
9191

9292
let slack_payload =
9393
let doc = "path to a JSON file containing a slack notification payload" in
94-
Arg.(required & pos 1 (some file) None & info [] ~docv:"SLACK_PAYLOAD" ~doc)
94+
Arg.(required & pos 0 (some file) None & info [] ~docv:"SLACK_PAYLOAD" ~doc)
9595

9696
let json =
9797
let doc = "if set, will format output as json" in

0 commit comments

Comments
 (0)