diff --git a/src/charm.py b/src/charm.py index e9a90aa..2177068 100755 --- a/src/charm.py +++ b/src/charm.py @@ -228,7 +228,8 @@ def _on_collect_unit_status(self, event: ops.CollectStatusEvent) -> None: if self.model.config["snap_channel"] != "latest/stable" and self.get_resource(): event.add_status( BlockedStatus( - "Unset snap_channel option: it is unused when snap resource is provided." + "The snap_channel option is unused when snap resource is provided. " + f"Please unset it: juju config {self.app.name} --unset snap_channel" ) )