Skip to content

Commit

Permalink
Fix writing version file keys
Browse files Browse the repository at this point in the history
  • Loading branch information
joekiller committed Feb 22, 2018
1 parent 603d194 commit 6959a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lein_git_version/plugin.clj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
(io/make-parents f)
(with-open [writer (io/writer f)]
(binding [*out* writer]
(prn (select-keys project)))))
(prn (select-keys project keys)))))

;; Don't transform the project so as to fit in the cond-> pipeline
project)
Expand Down

0 comments on commit 6959a7c

Please sign in to comment.