Undo verbose
This commit is contained in:
parent
85c554e643
commit
16bea5b7db
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@
|
||||||
(cond (str/ends-with? filename ".zip")
|
(cond (str/ends-with? filename ".zip")
|
||||||
(unzip {:zip-file cache-file
|
(unzip {:zip-file cache-file
|
||||||
:destination-dir ddir
|
:destination-dir ddir
|
||||||
:verbose true})
|
:verbose false})
|
||||||
(or (str/ends-with? filename ".tgz")
|
(or (str/ends-with? filename ".tgz")
|
||||||
(str/ends-with? filename ".tar.gz"))
|
(str/ends-with? filename ".tar.gz"))
|
||||||
(un-tgz cache-file ddir
|
(un-tgz cache-file ddir
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue