Skip to content

Commit f113dce

Browse files
committed
fix: migration commander error
1 parent 2bad598 commit f113dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/migration/src/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const options: ProgrammOptionsType[] = [
2626
},
2727
{
2828
name: 'dryRun',
29-
short: 'dry',
29+
short: 'd',
3030
description: 'prints the output of the command'
3131
}
3232
];

0 commit comments

Comments
 (0)