Skip to content

Commit

Permalink
Changes double quotes to single.
Browse files Browse the repository at this point in the history
  • Loading branch information
manadart committed Feb 7, 2024
1 parent d8fb619 commit 64d7311
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 @@ -60,7 +60,7 @@ def _on_website_relation_joined(self, event):
logger.info("got a new website relation: %r", event)
port = self.api_port()
if port is None:
logger.error("machine does not appear to be a controller")
logger.error('machine does not appear to be a controller')
self.unit.status = BlockedStatus('machine does not appear to be a controller')
return

Expand Down

0 comments on commit 64d7311

Please sign in to comment.