Skip to content

Commit

Permalink
Correct the message
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6675636b796f75676974687562 committed Feb 22, 2023
1 parent 4737d90 commit 64af940
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ class SarifFixAdapter(
log.warn { "The list of replacements is empty." }
}
if (targetFiles.isEmpty()) {
log.warn { "The list of replacements is empty." }
log.warn { "The list of target files is empty." }
}

return fileReplacementsList.mapNotNull { fileReplacements ->
Expand Down

0 comments on commit 64af940

Please sign in to comment.