Undo verbose

This commit is contained in:
Michiel Borkent 2023-01-09 21:19:04 +01:00
parent 85c554e643
commit 16bea5b7db

View file

@ -211,7 +211,7 @@
(cond (str/ends-with? filename ".zip")
(unzip {:zip-file cache-file
:destination-dir ddir
:verbose true})
:verbose false})
(or (str/ends-with? filename ".tgz")
(str/ends-with? filename ".tar.gz"))
(un-tgz cache-file ddir