Skip to content

Commit 12195f1

Browse files
authored
chore: Minor typo fix (#253)
1 parent 258bfbb commit 12195f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/main/kotlin/com/bazel_diff/interactor/TargetTypeFilter.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class TargetTypeFilter(
1414
val targetHash = targets[label]!!
1515
if (!targetHash.hasType()) {
1616
throw IllegalStateException(
17-
"No target type info found, please re-generate the target hashes JSON with --includeTypeTarget!")
17+
"No target type info found, please re-generate the target hashes JSON with --includeTargetType!")
1818
}
1919
return targetTypes.contains(targetHash.type)
2020
}

0 commit comments

Comments
 (0)