Skip to content

Commit

Permalink
Fix bug with -Srepro -Spom
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Jan 28, 2025
1 parent 5490251 commit 1a88f39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Changelog

*Also see [Tools and installer changelog](https://github.com/clojure/brew-install/blob/1.12.0/CHANGELOG.md)*

* next on Jan 27, 2024
* Fix bug with -Srepro -Spom
* 0.21.1467 on Dec 31, 2024
* Refactored tool classpath calculation and align on create-basis
* Update to tools.gitlibs 2.6.206
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[clojure.lang IExceptionInfo]))

(def ^:private opts
[[nil "--config-user PATH" "User deps.edn location"]
[[nil "--config-user PATH" "User deps.edn location" :parse-fn makecp/blank-to-nil]
[nil "--config-project PATH" "Project deps.edn location"]
[nil "--config-data EDN" "Final deps.edn data to treat as the last deps.edn file" :parse-fn parse/parse-config]
[nil "--gen TYPE" "manifest type to generate" :parse-fn keyword]
Expand Down

0 comments on commit 1a88f39

Please sign in to comment.