Skip to content

Commit

Permalink
fix(validation): show pkg name and version in help text
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Jun 29, 2022
1 parent 9e84387 commit f27b901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/validateAndCoerceTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ Please see if anyone has reported this previously:
${pkg.repository}/issues?q=is%3Aissue+${title}
or open a new issue (and mention the symbol):
or open a new issue (and mention the symbol): ${pkg.name} v${pkg.version}
${pkg.repository}/issues/new?labels=bug%2C+validation&template=validation.md&title=${title}
Expand Down

0 comments on commit f27b901

Please sign in to comment.