Skip to content

Commit

Permalink
chore: Minor typo fix (#253)
Browse files Browse the repository at this point in the history
honnix authored Nov 4, 2024

Verified

This commit was signed with the committer’s verified signature.
rexut Stephan Linz
1 parent 258bfbb commit 12195f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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)
}

0 comments on commit 12195f1

Please sign in to comment.