chore: rename sensitive word

This commit is contained in:
Samuel Olwe
2025-07-11 10:44:49 +03:00
committed by Samuel Olwe
parent 972a788ecd
commit 0275707850

View File

@ -149,5 +149,5 @@ class RedisProvides(Object):
return self.app.name
def _get_master_ip(self) -> str:
"""Gets the ip of the current redis master."""
"""Gets the ip of the current redis main."""
return socket.gethostbyname(self._charm.current_master)