1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 16:07:12 -07:00
This commit is contained in:
Cedric Beust 2015-10-14 04:09:29 -07:00
parent 810b607868
commit d2e0aa5363

View file

@ -41,7 +41,7 @@ public class Gpg {
val pb = ProcessBuilder(allArgs)
pb.directory(directory)
pb.inheritIO()
log(1, "Signing files: " + allArgs.join(" "))
log(2, "Signing file: " + allArgs.join(" "))
val process = pb.start()
val errorCode = process.waitFor()
if (errorCode != 0) {