We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 603d194 + 6959a7c commit 5b9370aCopy full SHA for 5b9370a
src/lein_git_version/plugin.clj
@@ -18,7 +18,7 @@
18
(io/make-parents f)
19
(with-open [writer (io/writer f)]
20
(binding [*out* writer]
21
- (prn (select-keys project)))))
+ (prn (select-keys project keys)))))
22
23
;; Don't transform the project so as to fit in the cond-> pipeline
24
project)
0 commit comments