Skip to content

Commit

Permalink
chore: Minor typo fix (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
honnix authored Nov 4, 2024
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
Expand Up @@ -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)
}
Expand Down

0 comments on commit 12195f1

Please sign in to comment.