Skip to content

Commit 1cbe816

Browse files
fix: correctly default --no-cron (#1091)
closes #1089 Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 625944b commit 1cbe816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/commands/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default function registerRun(program: Command) {
7575
.option("-p, --port <port>", "port to bind on", "9181")
7676
.option("-r, --redis-url <redis-url>", "enables the redis backend")
7777
.option("-q, --quiet", "silences welcome message, condenses output", false)
78-
.option("--no-cron", "Disable cron job detection", false)
78+
.option("--no-cron", "Disable cron job detection")
7979
.option(
8080
"--passphrase <passphrase>",
8181
"secure the server with a passphrase",

0 commit comments

Comments
 (0)