1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 16:28:12 -07:00

Warnings.

This commit is contained in:
Cedric Beust 2016-01-06 23:05:57 +04:00
parent ad6e7e7f65
commit e647096022

View file

@ -36,7 +36,7 @@ public class Gpg {
val result = arrayListOf<File>()
val gpg = findGpgCommand()
if (gpg != null) {
val directory = files.get(0).parentFile.absoluteFile
val directory = files[0].parentFile.absoluteFile
files.forEach { file ->
val ascFile = File(file.absolutePath + ".asc")
ascFile.delete()