fix commands
This commit is contained in:
parent
803c675e23
commit
f028a4b4fd
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
[dda.backup.core.domain :as core]))
|
[dda.backup.core.domain :as core]))
|
||||||
|
|
||||||
(defn-spec execute! nil?
|
(defn-spec execute! nil?
|
||||||
[commands ::core/command
|
[commands ::core/commands
|
||||||
config ::core/execution]
|
config ::core/execution]
|
||||||
(let [{:keys [dry-run debug]} config]
|
(let [{:keys [dry-run debug]} config]
|
||||||
(doseq [c commands]
|
(doseq [c commands]
|
||||||
|
|
Loading…
Reference in a new issue