Skip to content

Commit 608b497

Browse files
dario-piotrowiczvicb
authored andcommitted
fix casing
1 parent 17bc01c commit 608b497

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cloudflare/src/cli/commands/migrate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ export function addMigrateCommand<T extends yargs.Argv>(y: T) {
235235
"migrate",
236236
"Set up the OpenNext Cloudflare adapter in an existing Next.js project",
237237
(args) =>
238-
args.option("force-install", {
238+
args.option("forceInstall", {
239239
type: "boolean",
240240
alias: "f",
241241
desc: "Install the dependencies using the `--force` flag.",

0 commit comments

Comments
 (0)