Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/lint-staged-13.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpaulus authored Jul 6, 2023
2 parents cc9a45a + fe1d4d0 commit f47c936
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cli/src/commands/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ export default class Deploy extends AuthCommand {
default: false,
}),
'schedule-on-deploy': Flags.boolean({
description: 'Disables automatic check scheduling after a deploy.',
description: 'Enables automatic check scheduling after a deploy.',
default: true,
allowNo: true,
}),
force: Flags.boolean({
char: 'f',
Expand Down

0 comments on commit f47c936

Please sign in to comment.