mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Syntax fix.
This commit is contained in:
parent
a1aa6d8eea
commit
a431f4850b
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class BintrayApi @Inject constructor(val http: Http,
|
|||
val result = service.createPackage(org ?: username!!, buildPackageInfo(project, config))
|
||||
.execute()
|
||||
if (result.errorBody() != null) {
|
||||
throw KobaltException("Error while creating package:\n" + result.errorBody())
|
||||
throw KobaltException("Error while creating package:\n" + result.errorBody()!!.string())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue