Skip to content

Commit

Permalink
fix(output-instructions): fix CLA link, incorrect bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassebestik committed Dec 12, 2023
1 parent 1436879 commit e18f632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/outputInstructions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default async function (): Promise<void> {
// Contributor License Agreement, if provided link to it
if (config.instructions.claLink) {
instructions += `<hr>`;
instructions += `🖊️ Please also make sure you have <strong>read and signed</strong> the <a href="${config.instructions.claLink}}">Contributor License Agreement</a> for this project.<br>`;
instructions += `🖊️ Please also make sure you have <strong>read and signed</strong> the <a href="${config.instructions.claLink}">Contributor License Agreement</a> for this project.<br>`;
}

// Basic instructions (ALWAYS SHOWN)
Expand Down

0 comments on commit e18f632

Please sign in to comment.