Skip to content

Commit 1d07a43

Browse files
committed
chore: Minor typo fix
1 parent 9d41e54 commit 1d07a43

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)