Skip to content

Commit

Permalink
Code review tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp authored Sep 14, 2023
1 parent e7e2a4e commit 3575aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backups.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def _initialise_stanza(self) -> None:
@property
def _is_primary_pgbackrest_service_running(self) -> bool:
if not self.charm.primary_endpoint:
logger.warning("Failed to contact pgBackRest TLS server: no promary endpoint")
logger.warning("Failed to contact pgBackRest TLS server: no primary endpoint")
return False
return_code, _, stderr = self._execute_command(
[PGBACKREST_EXECUTABLE, "server-ping", "--io-timeout=10", self.charm.primary_endpoint]
Expand Down

0 comments on commit 3575aa1

Please sign in to comment.