Skip to content

Commit

Permalink
chore: revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Dec 16, 2024
1 parent c23df27 commit 5a7a80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ program
process.exit(1);
}

console.log(`${chalk.blue("-")} Creating the migration file in ./migrations/change_${component}_${field}.mjs\n`);
console.log(`${chalk.blue("-")} Creating the migration file in ./migrations/change_${component}_${field}.js\n`);

try {
if (!api.isAuthorized()) {
Expand Down

0 comments on commit 5a7a80a

Please sign in to comment.