mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 02:27:30 -07:00
Fix compiler warning about missing field
This commit is contained in:
parent
437e69fbba
commit
23496e93b0
1 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,8 @@ data Options = Options {
|
|||
|
||||
defaultOptions = Options {
|
||||
checkSpec = emptyCheckSpec,
|
||||
externalSources = False
|
||||
externalSources = False,
|
||||
color = ColorAuto
|
||||
}
|
||||
|
||||
usageHeader = "Usage: shellcheck [OPTIONS...] FILES..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue