fix debug output for execute
This commit is contained in:
parent
7d53dcd775
commit
e2a6dd4cee
1 changed files with 2 additions and 0 deletions
|
@ -27,5 +27,7 @@
|
||||||
config ::core/execution]
|
config ::core/execution]
|
||||||
(let [{:keys [dry-run debug]} config]
|
(let [{:keys [dry-run debug]} config]
|
||||||
(doseq [c commands]
|
(doseq [c commands]
|
||||||
|
(when debug
|
||||||
|
(println c))
|
||||||
(when-not dry-run
|
(when-not dry-run
|
||||||
(apply t/shell c)))))
|
(apply t/shell c)))))
|
Loading…
Reference in a new issue