diff --git a/cli/src/main/kotlin/com/bazel_diff/interactor/TargetTypeFilter.kt b/cli/src/main/kotlin/com/bazel_diff/interactor/TargetTypeFilter.kt index a7ad40b..e4f5029 100644 --- a/cli/src/main/kotlin/com/bazel_diff/interactor/TargetTypeFilter.kt +++ b/cli/src/main/kotlin/com/bazel_diff/interactor/TargetTypeFilter.kt @@ -14,7 +14,7 @@ class TargetTypeFilter( val targetHash = targets[label]!! if (!targetHash.hasType()) { throw IllegalStateException( - "No target type info found, please re-generate the target hashes JSON with --includeTypeTarget!") + "No target type info found, please re-generate the target hashes JSON with --includeTargetType!") } return targetTypes.contains(targetHash.type) }