Skip to content

Commit 8daf1e8

Browse files
author
Dalton
committed
AUTH-2857 update homebrew script to use new url
1 parent 20466da commit 8daf1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.teamcity/update-homebrew.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ git checkout -f master
4343
git reset --hard origin/master
4444

4545
# modify cloudflared.rb
46-
URL="https://developers.cloudflare.com/argo-tunnel/dl/cloudflared-$VERSION-darwin-amd64.tgz"
46+
URL="https://packages.argotunnel.com/dl/cloudflared-$VERSION-darwin-amd64.tgz"
4747
tee cloudflared.rb <<EOF
4848
class Cloudflared < Formula
4949
desc 'Argo Tunnel'

0 commit comments

Comments
 (0)