Skip to content

Commit

Permalink
codemod: Fix migration guide link
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackySoul authored Jan 22, 2024
1 parent b0b0a8e commit d912b63
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 d912b63

Please sign in to comment.