mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Typo.
This commit is contained in:
parent
d6b15dfc8c
commit
f74810269c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue