We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed526d4 commit 1334c1aCopy full SHA for 1334c1a
1 file changed
bin/mas-devops-notify-slack
@@ -41,7 +41,7 @@ def notifyProvisionFyre(channel: str, rc: int) -> bool:
41
message = [
42
SlackUtil.buildHeader(f":glyph-ok: Your IBM DevIT Fyre OCP cluster ({name}) is ready"),
43
SlackUtil.buildSection(f"{url}"),
44
- SlackUtil.buildSection(f"- Username: `{username}`\n - Password: `{password}`"),
+ SlackUtil.buildSection(f"- Username: `{username}`\n- Password: `{password}`"),
45
SlackUtil.buildSection(f"<https://beta.fyre.ibm.com/development/vms|Fyre Dashboard>{toolchainLink}")
46
]
47
else:
0 commit comments