Skip to content

Commit

Permalink
wuip
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jan 20, 2025
1 parent 76e33ad commit 83feb42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/borkdude/deps.clj
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,9 @@ public class ClojureToolsDownloader {
(or (not (.exists config-tools-edn))
(> (.lastModified install-tools-edn)
(.lastModified config-tools-edn))))
(println "---")
(println (slurp install-tools-edn))
(println "---")
(io/make-parents config-tools-edn)
(io/copy install-tools-edn config-tools-edn))))
;; Successful transaction
Expand Down

0 comments on commit 83feb42

Please sign in to comment.