Skip to content

Commit 12fc006

Browse files
aduh95RaisinTen
andauthored
fixup! tools: fix lint-pr-url message
Co-authored-by: Darshan Sen <raisinten@gmail.com>
1 parent 925afa6 commit 12fc006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/lint-pr-url.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ for await (const line of diff) {
2828
} else if (!validatePrUrl(line.match(prUrlDefinition)?.[1])) {
2929
console.warn(
3030
`::warning file=${currentFile},line=${currentLine++},col=${line.length}` +
31-
'::pr-url doesn\'t match the current PR actual URL.'
31+
'::pr-url doesn\'t match the URL of the current PR.'
3232
);
3333
} else if (line[0] !== '-') {
3434
// Increment line counter if line is not being deleted.

0 commit comments

Comments
 (0)