Skip to content

Commit

Permalink
fix(typo): Rename eporter to exporter (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
merkata authored May 18, 2023
1 parent 79f4aad commit 9516429
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 @@ -140,7 +140,7 @@ def on_mongod_pebble_ready(self, event) -> None:
# Restart changed services and start startup-enabled services.
container.replan()

# when a network cuts and the pod restarts - reconnect to the eporter
# when a network cuts and the pod restarts - reconnect to the exporter
self._connect_mongodb_exporter()

# TODO: rework status
Expand Down

0 comments on commit 9516429

Please sign in to comment.