Skip to content

Commit

Permalink
Merge pull request #48 from sudeephb/status_message
Browse files Browse the repository at this point in the history
Update status message in observability plugin
  • Loading branch information
gboutry authored Nov 7, 2023
2 parents a35ef04 + a29bc48 commit 1ec8ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sunbeam-python/sunbeam/plugins/observability/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def __init__(
tfhelper_cos: TerraformHelper,
jhelper: JujuHelper,
):
super().__init__("Deploy Grafana Agent", "Deploying Grafana Agent")
super().__init__("Deploy Grafana Agent", "Deploy Grafana Agent")
self.tfhelper = tfhelper
self.tfhelper_cos = tfhelper_cos
self.jhelper = jhelper
Expand Down

0 comments on commit 1ec8ee2

Please sign in to comment.