mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Fix typo
This commit is contained in:
@@ -35,7 +35,7 @@ class KotlinExtractorCommandLineProcessor : CommandLineProcessor {
|
||||
"checkTrapIdentical" ->
|
||||
when (value) {
|
||||
"true" -> configuration.put(KEY_CHECK_TRAP_IDENTICAL, true)
|
||||
"fale" -> configuration.put(KEY_CHECK_TRAP_IDENTICAL, false)
|
||||
"false" -> configuration.put(KEY_CHECK_TRAP_IDENTICAL, false)
|
||||
else -> error("kotlin extractor: Bad argument $value for checkTrapIdentical")
|
||||
}
|
||||
else -> error("kotlin extractor: Bad option: ${option.optionName}")
|
||||
|
||||
Reference in New Issue
Block a user