FantasticFiasco / action-update-license-year

GitHub Action that in a pull request updates the copyright year(s) in your license file.
Apache License 2.0
58 stars 2 forks source link

fix: typo on update abort log #206

Closed geromegrignon closed 2 years ago

geromegrignon commented 2 years ago

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.

This pull request fixes a typo:

from info('No licenses where updated, let's abort ');

to info( 'No licenses were updated, let's abort');

Checklist

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 90.816% when pulling fcf6095a4ba3c11e5a5e5548f90c44ed04eeb3e8 on geromegrignon:fix/update-log-typo into e4432857e61361d140b4b5b02ece051ebfaa195b on FantasticFiasco:master.

FantasticFiasco commented 2 years ago

Hi @geromegrignon.

Thanks for finding and fixing the issue! I'll add you to the list of contributors in README.

geromegrignon commented 2 years ago

You are welcome! Thanks for this great project, I'm currently adding it to all my repos