Skip to content

Commit

Permalink
update prep task
Browse files Browse the repository at this point in the history
  • Loading branch information
tdantas committed Feb 8, 2024
1 parent c158284 commit e8a3e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exoscale/tools/project/api.clj
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
:or {dir "."}
:as opts}]
(println "running prep task for dependencies in:" lib)
(pio/shell [["clojure" "-J-Dclojure.main.report=stderr" "-X:deps" "prep" ":log" "debug"]] {:dir dir})
(pio/shell [["clojure" "-J-Dclojure.main.report=stderr" "-X:prep" ":log" "debug"]] {:dir dir})
opts)

(defn prep-self
Expand Down

0 comments on commit e8a3e0b

Please sign in to comment.