Skip to content

Commit

Permalink
codemod: Fix migration guide link (#6413)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackySoul authored Jan 22, 2024
1 parent 305f58b commit 8ec3b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/codemods/src/report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export function report(api: API, message: string) {

const finalMessage = `${message} Advise ${chalk.white.bgBlue.bold('migration guide')} - ${
pkg.homepage
}#/Migration \n\n`;
}#/Migrations \n\n`;

try {
report(finalMessage);
Expand Down

0 comments on commit 8ec3b00

Please sign in to comment.