Skip to content

Commit

Permalink
Update break_glass/program.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Abraham <[email protected]>
  • Loading branch information
pashafateev and daabr authored Jul 29, 2024
1 parent 9dabbb4 commit 7a9d87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion break_glass/program.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def on_form_submit(event):
reason, issue_key, base_url, requester_id, requester_name = parse_event_data(event)

if not check_issue_exists(issue_key):
message = f"Ticket {issue_key} does not exist. Please try again."
message = f"Ticket `{issue_key}` does not exist. Please try again."
slack.chat_postMessage(channel=requester_id, text=message)
return

Expand Down

0 comments on commit 7a9d87b

Please sign in to comment.