diff --git a/src/dda/backup/infrastructure.clj b/src/dda/backup/infrastructure.clj index 675c6cb..51677e7 100644 --- a/src/dda/backup/infrastructure.clj +++ b/src/dda/backup/infrastructure.clj @@ -27,5 +27,7 @@ config ::core/execution] (let [{:keys [dry-run debug]} config] (doseq [c commands] + (when debug + (println c)) (when-not dry-run (apply t/shell c))))) \ No newline at end of file