Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
carbon-hvze committed Jul 12, 2023
1 parent 9755df1 commit f615f63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/zd/system_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
(zen/read-ns ztx 'zd)

(is (= :zen/loaded (zen/read-ns ztx 'zd.test)))
(is (= :zen/loaded (zen/read-ns ztx 'zd.demo)))
;; TODO think about resetting prev errors on reading ns?
(is (empty? (zen/errors ztx))))

Expand Down
4 changes: 4 additions & 0 deletions zrc/zd.edn
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
;; TODO use zen-web/url
:require #{:from}
:keys {:from {:type zen/string}
:key {:type zen/string
:zen/desc "private ssh key to use"}
:keystore {:type zen/string
:zen/desc "ssh keys directory"}
:to {:type zen/string}
:branch {:type zen/string}}}

Expand Down

0 comments on commit f615f63

Please sign in to comment.