Fix compiler warning about missing field

This commit is contained in:
Vidar Holen
2015-12-05 13:08:02 -08:00
parent 437e69fbba
commit 23496e93b0

View File

@@ -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..."