Skip to content

Commit

Permalink
Merge pull request github#83 from github/fix/typo-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
tamasvajk authored Nov 8, 2021
2 parents b5fbab8 + 18e3768 commit 30d0c32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit 30d0c32

Please sign in to comment.