Skip to content

Commit

Permalink
fix status
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbeedy committed May 1, 2024
1 parent dbb357b commit 7ced7c8
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 @@ -189,7 +189,7 @@ def _on_config_changed(self, event):

logger.info("## Restarting Cluster agent")
self.jobbergate_agent_ops.restart_agent()
self.unit.status = ActiveStatus("")
self._on_update_status(event)

def _on_remove(self, event):
"""Remove directories and files created by jobbergate-agent charm."""
Expand Down

0 comments on commit 7ced7c8

Please sign in to comment.