Skip to content

Commit 9868f1d

Browse files
authored
Merge pull request #184 from OpenVoxProject/fix-version-api
Lookup version from openvox group namespace
2 parents 6aa0852 + e3b70da commit 9868f1d

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)