We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e94b2f commit 9d80975Copy full SHA for 9d80975
src/notabot.ml
@@ -80,7 +80,7 @@ let port =
80
81
let config =
82
let doc = "remote configuration file name" in
83
- Arg.(value & opt string "monorobot.json" & info [ "config" ] ~docv:"CONFIG" ~doc)
+ Arg.(value & opt string "notabot.json" & info [ "config" ] ~docv:"CONFIG" ~doc)
84
85
let secrets =
86
let doc = "configuration file containing secrets" in
0 commit comments