Skip to content

Commit

Permalink
chore(scanner): Add a closing quote when logging the scanner name
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Jan 16, 2024
1 parent ccb4d67 commit 0a33af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scanner/src/main/kotlin/Scanner.kt
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ class Scanner(

logger.info {
val coveredCoordinates = adjustedContext.coveredPackages.joinToString { it.id.toCoordinates() }
"Starting scan of ${nestedProvenance.root} with package scanner '${scanner.name} which covers " +
"Starting scan of ${nestedProvenance.root} with package scanner '${scanner.name}' which covers " +
"the following packages: $coveredCoordinates"
}

Expand Down

0 comments on commit 0a33af9

Please sign in to comment.