Skip to content

Commit 9d80975

Browse files
committed
use consistent config filename
1 parent 1e94b2f commit 9d80975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/notabot.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ let port =
8080

8181
let config =
8282
let doc = "remote configuration file name" in
83-
Arg.(value & opt string "monorobot.json" & info [ "config" ] ~docv:"CONFIG" ~doc)
83+
Arg.(value & opt string "notabot.json" & info [ "config" ] ~docv:"CONFIG" ~doc)
8484

8585
let secrets =
8686
let doc = "configuration file containing secrets" in

0 commit comments

Comments
 (0)