Skip to content

Commit

Permalink
fix: migration commander error
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Jan 21, 2025
1 parent 2bad598 commit f113dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/migration/src/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const options: ProgrammOptionsType[] = [
},
{
name: 'dryRun',
short: 'dry',
short: 'd',
description: 'prints the output of the command'
}
];

0 comments on commit f113dce

Please sign in to comment.