Skip to content

Commit

Permalink
[Fix] Set vault kv libid
Browse files Browse the repository at this point in the history
  • Loading branch information
gboutry committed Sep 25, 2023
1 parent df0e267 commit 87f9955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/charms/vault_k8s/v0/vault_kv.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def _on_update_status(self, event):


# The unique Charmhub library identifier, never change it
LIBID = "to_fill"
LIBID = "591d6d2fb6a54853b4bb53ef16ef603a"

# Increment this major API version when introducing breaking changes
LIBAPI = 0
Expand Down

0 comments on commit 87f9955

Please sign in to comment.