From 8daf1e882f7eae34f0465836f319bd539e16dcd5 Mon Sep 17 00:00:00 2001 From: Dalton Date: Fri, 31 Jul 2020 13:29:46 -0500 Subject: [PATCH] AUTH-2857 update homebrew script to use new url --- .teamcity/update-homebrew.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.teamcity/update-homebrew.sh b/.teamcity/update-homebrew.sh index 0f33ec23..250e00e3 100755 --- a/.teamcity/update-homebrew.sh +++ b/.teamcity/update-homebrew.sh @@ -43,7 +43,7 @@ git checkout -f master git reset --hard origin/master # modify cloudflared.rb -URL="https://developers.cloudflare.com/argo-tunnel/dl/cloudflared-$VERSION-darwin-amd64.tgz" +URL="https://packages.argotunnel.com/dl/cloudflared-$VERSION-darwin-amd64.tgz" tee cloudflared.rb <