Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabello committed Jul 16, 2024
1 parent ac15d1a commit ce80d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def __init__(self, *args):
source_type="prometheus",
source_url=self.external_url,
refresh_event=[
self.ingres.on.ready_for_unit,
self.ingress.on.ready_for_unit,
self.ingress.on.revoked_for_unit,
self.on.update_status,
self.cert_handler.on.cert_changed,
Expand Down

0 comments on commit ce80d0a

Please sign in to comment.