🐛 I messed up the lc args

This commit is contained in:
trickypr 2022-10-22 21:36:11 +11:00
parent 6665b42b47
commit 50c97e1054
2 changed files with 8 additions and 2 deletions

View file

@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [1.0.0-rc.2]
### Fixed
- `license-check`: Correct definition of `--fix`
## [1.0.0-rc.1] ## [1.0.0-rc.1]
### Added ### Added
@ -40,5 +45,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial beta release - Initial beta release
[1.0.0-rc.2]: https://github.com/pulse-browser/gluon/compare/v1.0.0-rc.1...v1.0.0-rc.2
[1.0.0-rc.1]: https://github.com/pulse-browser/gluon/compare/v1.0.0-a.2...v1.0.0-rc.1 [1.0.0-rc.1]: https://github.com/pulse-browser/gluon/compare/v1.0.0-a.2...v1.0.0-rc.1
[1.0.0-a.2]: https://github.com/pulse-browser/gluon/compare/v1.0.0-a.1...v1.0.0-a.2 [1.0.0-a.2]: https://github.com/pulse-browser/gluon/compare/v1.0.0-a.1...v1.0.0-a.2

View file

@ -105,8 +105,8 @@ export const commands: Cmd[] = [
aliases: ['lc'], aliases: ['lc'],
options: [ options: [
{ {
arg: '-n, --no-fix', arg: '--fix',
description: "Do not add MPL-2.0 headers to files that don't have it", description: "Will add MPL-2.0 headers to files that don't have it",
}, },
], ],
description: 'Check the src directory for the absence of MPL-2.0 header.', description: 'Check the src directory for the absence of MPL-2.0 header.',