Skip to content

Commit

Permalink
Update charm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
weiiwang01 committed Sep 16, 2024
1 parent a07d326 commit 100378a
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 @@ -752,7 +752,7 @@ def _wp_install(self):
def _init_pebble_layer(self):
"""Ensure WordPress layer exists in pebble."""
logger.debug("Ensure WordPress layer exists in pebble")
health_check_timeout = self.config.get('health_check_timeout_seconds')
health_check_timeout = self.config.get("health_check_timeout_seconds")
layer = {
"summary": "WordPress layer",
"description": "WordPress server",
Expand Down

0 comments on commit 100378a

Please sign in to comment.