We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258bfbb commit 12195f1Copy full SHA for 12195f1
cli/src/main/kotlin/com/bazel_diff/interactor/TargetTypeFilter.kt
@@ -14,7 +14,7 @@ class TargetTypeFilter(
14
val targetHash = targets[label]!!
15
if (!targetHash.hasType()) {
16
throw IllegalStateException(
17
- "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!")
18
}
19
return targetTypes.contains(targetHash.type)
20
0 commit comments