Skip to content

Commit 6596ff4

Browse files
committed
update status endpoint to read openvoxproject artifact version
1 parent 9000493 commit 6596ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/puppetlabs/puppetdb/status.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@
6565
with the associated `status-callback-fn`"
6666
[register-fn status-callback-fn]
6767
(register-fn "puppetdb-status"
68-
(get-artifact-version "puppetlabs" "puppetdb")
68+
(get-artifact-version "org.openvoxproject" "puppetdb")
6969
1
7070
status-callback-fn))

0 commit comments

Comments
 (0)