Skip to content

Commit 8bfe438

Browse files
committed
A tweak to the warning copy
1 parent 4a65926 commit 8bfe438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/11ty/normalizeLicense.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ module.exports = function(license, title) {
55
if(correctedLicenseName) {
66
return correctedLicenseName;
77
}
8-
console.log( `WARN Invalid license name for ${title}:`, license );
8+
console.log( `WARN License name (${license}) for ${title} not found on the approved SPDX License List: https://spdx.org/licenses/` );
99
return license;
1010
};

0 commit comments

Comments
 (0)