Fix compiler warning about missing field
This commit is contained in:
parent
437e69fbba
commit
23496e93b0
|
@ -65,7 +65,8 @@ data Options = Options {
|
||||||
|
|
||||||
defaultOptions = Options {
|
defaultOptions = Options {
|
||||||
checkSpec = emptyCheckSpec,
|
checkSpec = emptyCheckSpec,
|
||||||
externalSources = False
|
externalSources = False,
|
||||||
|
color = ColorAuto
|
||||||
}
|
}
|
||||||
|
|
||||||
usageHeader = "Usage: shellcheck [OPTIONS...] FILES..."
|
usageHeader = "Usage: shellcheck [OPTIONS...] FILES..."
|
||||||
|
|
Loading…
Reference in New Issue