Skip to content

Commit

Permalink
Merge pull request cvillecsteele#2 from joekiller/fix-version-file
Browse files Browse the repository at this point in the history
Fix writing version file keys
  • Loading branch information
arrdem authored Feb 22, 2018
2 parents 603d194 + 6959a7c commit 5b9370a
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 5b9370a

Please sign in to comment.