Skip to content

Commit

Permalink
chore: change log
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor authored Sep 11, 2024
1 parent a5d778f commit f5798e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/codemod/bin/vibe-codemod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ async function main() {
});

if (transformationFiles.length === 0) {
console.error(chalk.red("No transformation files found. Please check the directory path."));
console.error(chalk.red("No transformation files found. Please check the migration name supplied."));
process.exit(1);
}

Expand Down

0 comments on commit f5798e5

Please sign in to comment.