Skip to content

Commit

Permalink
fix status
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbeedy authored and fschuch committed Aug 2, 2024
1 parent b358e71 commit d7d9e03
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 @@ -169,7 +169,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 d7d9e03

Please sign in to comment.