Skip to content

Commit

Permalink
fix: change heading name
Browse files Browse the repository at this point in the history
  • Loading branch information
Zygimantass committed Jan 29, 2023
1 parent f0529e5 commit 6895f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain_watcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def notify_slack(self, plan):
"type": "header",
"text": {
"type": "plain_text",
"text": "New chain upgrade in cerberus-1",
"text": f"New chain upgrade in {self.chain_id}",
"emoji": False,
},
},
Expand Down

0 comments on commit 6895f7d

Please sign in to comment.