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-12-10 23:12:17 -08:00
parent b3fd1a43ad
commit 107b12546b

View file

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