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