From 87ae399598f69bfacc6e43fb82015e05224dff28 Mon Sep 17 00:00:00 2001 From: William Chou Date: Wed, 5 Dec 2018 15:24:03 -0500 Subject: [PATCH] Update SC to 4.5.2 (#19661) --- build-system/sauce_connect/start_sauce_connect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-system/sauce_connect/start_sauce_connect.sh b/build-system/sauce_connect/start_sauce_connect.sh index 1eea3279b6bd..59cab42bd017 100755 --- a/build-system/sauce_connect/start_sauce_connect.sh +++ b/build-system/sauce_connect/start_sauce_connect.sh @@ -20,7 +20,7 @@ CYAN() { echo -e "\033[0;36m$1\033[0m"; } YELLOW() { echo -e "\033[1;33m$1\033[0m"; } -SC_VERSION="sc-4.5.1-linux" +SC_VERSION="sc-4.5.2-linux" DOWNLOAD_URL="https://saucelabs.com/downloads/$SC_VERSION.tar.gz" DOWNLOAD_DIR="sauce_connect" TAR_FILE="$DOWNLOAD_DIR/$SC_VERSION.tar.gz"