Changed True -> true to make it uniform.
All YAML files are using lowecase.
This commit is contained in:
parent
1782acfdea
commit
bcba581a01
|
|
@ -8,5 +8,5 @@ outputs:
|
|||
type: bom
|
||||
dir: BoM
|
||||
options:
|
||||
normalize_values: True
|
||||
normalize_locale: True
|
||||
normalize_values: true
|
||||
normalize_locale: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue