Skip to content

Commit 6bfa66c

Browse files
authored
chore: typo in migrate:fresh command (#11140)
### What? The migration CLI help says `migration:fresh` is available to use - this doesn't exist, the command should be `migrate:fresh`. Closes #10965 & #10967
1 parent 6eee787 commit 6bfa66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/payload/src/bin/migrate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const availableCommands = [
2222
'migrate:refresh',
2323
'migrate:reset',
2424
'migrate:status',
25-
'migration:fresh',
25+
'migrate:fresh',
2626
]
2727

2828
const availableCommandsMsg = `Available commands: ${availableCommands.join(', ')}`

0 commit comments

Comments
 (0)