diff options
Diffstat (limited to 'development')
-rwxr-xr-x | development/metamaskbot-build-announce.sh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/development/metamaskbot-build-announce.sh b/development/metamaskbot-build-announce.sh index ee7c570bf..52dd24c93 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 |