1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
This commit is contained in:
Cedric Beust 2015-11-07 08:56:46 -08:00
parent d6b15dfc8c
commit f74810269c

View file

@ -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
}