diff --git a/cli/src/main/kotlin/com/bazel_diff/cli/GenerateHashesCommand.kt b/cli/src/main/kotlin/com/bazel_diff/cli/GenerateHashesCommand.kt index 4985482..08e461b 100644 --- a/cli/src/main/kotlin/com/bazel_diff/cli/GenerateHashesCommand.kt +++ b/cli/src/main/kotlin/com/bazel_diff/cli/GenerateHashesCommand.kt @@ -132,7 +132,7 @@ class GenerateHashesCommand : Callable { names = ["--ignoredRuleHashingAttributes"], description = ["Attributes that should be ignored when hashing rule targets."], scope = CommandLine.ScopeType.INHERIT, - converter = [OptionsConverter::class], + converter = [CommaSeparatedValueConverter::class], ) var ignoredRuleHashingAttributes: Set = emptySet()