Skip to content

Commit 8d16901

Browse files
committed
fixup! indent
1 parent ce33f11 commit 8d16901

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
@@ -137,7 +137,7 @@ async function migrateCommand(args: { forceInstall: boolean }): Promise<void> {
137137
logger.error("Failed to update package.json", (error as Error).message);
138138
logger.warn(
139139
`Please ensure that your package.json contains the following scripts:
140-
${[...Object.entries(openNextScripts)].map(([k, v]) => ` - ${k}: ${v}`).join("\n")}
140+
${[...Object.entries(openNextScripts)].map(([k, v]) => ` - ${k}: ${v}`).join("\n")}
141141
`
142142
);
143143
}

0 commit comments

Comments
 (0)