aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdevelopment/metamaskbot-build-announce.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/development/metamaskbot-build-announce.sh b/development/metamaskbot-build-announce.sh
index 7b244addd..ee7c570bf 100755
--- a/development/metamaskbot-build-announce.sh
+++ b/development/metamaskbot-build-announce.sh
@@ -16,13 +16,13 @@ read -d '' COMMENT_BODY <<EOF
<details>
<summary>
Builds ready [$SHORT_SHA1]:
- <a href="$MASCARA">mascara</a>,
- <a href="$CHROME">chrome</a>,
- <a href="$FIREFOX">firefox</a>,
- <a href="$EDGE">edge</a>,
- <a href="$OPERA">opera</a>
+ <a href=\"$MASCARA\">mascara</a>,
+ <a href=\"$CHROME\">chrome</a>,
+ <a href=\"$FIREFOX\">firefox</a>,
+ <a href=\"$EDGE\">edge</a>,
+ <a href=\"$OPERA\">opera</a>
</summary>
- <image src="$WALKTHROUGH">
+ <image src=\"$WALKTHROUGH\">
</details>
EOF