diff --git a/src/main/kotlin/com/beust/kobalt/Jvm.kt b/src/main/kotlin/com/beust/kobalt/Jvm.kt index a1459112..5780a9c9 100644 --- a/src/main/kotlin/com/beust/kobalt/Jvm.kt +++ b/src/main/kotlin/com/beust/kobalt/Jvm.kt @@ -111,7 +111,7 @@ public open class Jvm constructor( val pathExecutable = os.findInPath(command) if (pathExecutable != null) { log(1, "Unable to find the $command executable using home: " + - "$javaHome. We found it on the PATH: $pathExecutable.") + "$javaHome but found it on the PATH: $pathExecutable.") return pathExecutable }