Skip to content

Commit 1334c1a

Browse files
committed
[patch] Tiny adjustment to formatting
1 parent ed526d4 commit 1334c1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/mas-devops-notify-slack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def notifyProvisionFyre(channel: str, rc: int) -> bool:
4141
message = [
4242
SlackUtil.buildHeader(f":glyph-ok: Your IBM DevIT Fyre OCP cluster ({name}) is ready"),
4343
SlackUtil.buildSection(f"{url}"),
44-
SlackUtil.buildSection(f"- Username: `{username}`\n - Password: `{password}`"),
44+
SlackUtil.buildSection(f"- Username: `{username}`\n- Password: `{password}`"),
4545
SlackUtil.buildSection(f"<https://beta.fyre.ibm.com/development/vms|Fyre Dashboard>{toolchainLink}")
4646
]
4747
else:

0 commit comments

Comments
 (0)