Skip to content

Commit e3b70da

Browse files
committed
Lookup version from openvox group namespace
When running in dev via leiningen, this could look up the version from just "puppetdb", but in the uberjar it needs to lookup the full artifact name so it was returning "". Fixes #183
1 parent 6aa0852 commit e3b70da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/puppetlabs/puppetdb/meta/version.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
"Get the version number of this PuppetDB installation."
1212
[]
1313
{:post [(string? %)]}
14-
(version/get-version "puppetlabs" "puppetdb"))
14+
(version/get-version "org.openvoxproject" "puppetdb"))

0 commit comments

Comments
 (0)