Skip to content

Commit

Permalink
Merge pull request #9 from thalleslmF/pr-9
Browse files Browse the repository at this point in the history
add license
  • Loading branch information
thalleslmF authored Jul 28, 2021
2 parents 156e581 + 2c5cb09 commit 5eca5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion licence.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const checkLicense = async (fileNames, copyrightContent) => {

for ( let name of fileNames) {
if( !listFilesPr.includes(name)) {
console.log(`${name} not in PR: ignoring...`)
console.info(`${name} not in PR: ignoring...`)
continue
}
fs.open(name, 'r', (status,fd) => {
Expand Down

0 comments on commit 5eca5d8

Please sign in to comment.