From 107b12546b07fe48ab917c9a4eb138c7d291bd76 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Thu, 10 Dec 2015 23:12:17 -0800 Subject: [PATCH] Comment. --- src/main/kotlin/com/beust/kobalt/Jvm.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }