Skip to content

Commit

Permalink
static fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldmitry committed Oct 7, 2024
1 parent 363134f commit 219ebbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cosl/coordinated_workers/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ def _on_collect_unit_status(self, e: ops.CollectStatusEvent):
###################
# UTILITY METHODS #
###################
def _update_nginx_tls_certificates(self) -> bool:
def _update_nginx_tls_certificates(self) -> None:
"""Update the TLS certificates for nginx on disk according to their availability."""
if self.tls_available:
self.nginx.configure_tls(
Expand Down

0 comments on commit 219ebbb

Please sign in to comment.