From f74810269cf5b4b40454eda6e9f340b0055cbeec Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sat, 7 Nov 2015 08:56:46 -0800 Subject: [PATCH] Typo. --- 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 1902c618..e7c8960f 100644 --- a/src/main/kotlin/com/beust/kobalt/Jvm.kt +++ b/src/main/kotlin/com/beust/kobalt/Jvm.kt @@ -112,7 +112,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. We found it on the PATH: $pathExecutable.") return pathExecutable }