mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Typo.
This commit is contained in:
parent
91c6463c2e
commit
80f732bb00
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ private class Main @Inject constructor(
|
|||
}
|
||||
|
||||
if (!args.update) {
|
||||
log(1, if (result != 0) "BUILD FAILED: $result" else "BUILD SUCCESSFUL ($seconds seconds)")
|
||||
log(1, if (result != 0) "BUILD FAILED: $result" else "BUILD SUCCESSFUL (${seconds.first} seconds)")
|
||||
|
||||
updateKobalt.checkForNewVersion(latestVersionFuture)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue