Skip to content

Commit

Permalink
do not use ~/.clojure/deps.edn for uberjars
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bruce committed Aug 20, 2019
1 parent 4541c30 commit d4366ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mach/pack/alpha/impl/tools_deps.clj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

(defn system-edn
[]
(tools.deps.reader/read-deps (tools.deps.reader/default-deps)))
(tools.deps.reader/read-deps nil))

(defn config-edn
[]
Expand Down

0 comments on commit d4366ec

Please sign in to comment.