From add7ce7ffc243d7a3bfb4192625d5410a10cce89 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Tue, 8 Dec 2020 23:51:22 -0600 Subject: [PATCH] devops: fix buildbot mac m1 name --- browser_patches/buildbots/buildbot-mac-11.0-arm64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser_patches/buildbots/buildbot-mac-11.0-arm64.sh b/browser_patches/buildbots/buildbot-mac-11.0-arm64.sh index 2a4aeef4a0..18049982de 100755 --- a/browser_patches/buildbots/buildbot-mac-11.0-arm64.sh +++ b/browser_patches/buildbots/buildbot-mac-11.0-arm64.sh @@ -51,7 +51,7 @@ cd "$(dirname "$0")" IS_FIRST_RUN_FILE="/tmp/pw-buildbot-first-run.txt"; if ! [[ -f $IS_FIRST_RUN_FILE ]]; then source ./send_telegram_message.sh - send_telegram_message '**Mac 10.15 Buildbot Is Active**' + send_telegram_message '**Mac 11.0 M1 Buildbot Is Active**' fi touch "$IS_FIRST_RUN_FILE"