fix commands

This commit is contained in:
Michael Jerger 2024-08-23 11:39:34 +02:00
parent 803c675e23
commit f028a4b4fd

View file

@ -4,7 +4,7 @@
[dda.backup.core.domain :as core]))
(defn-spec execute! nil?
[commands ::core/command
[commands ::core/commands
config ::core/execution]
(let [{:keys [dry-run debug]} config]
(doseq [c commands]