From 92382e11ef9da80f8612578cd65af4a038a93de7 Mon Sep 17 00:00:00 2001 From: Qt Resynth Date: Wed, 30 Sep 2020 11:09:47 +0000 Subject: [PATCH] Update Riot -> Element in redeploy.py --- scripts/redeploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/redeploy.py b/scripts/redeploy.py index 064bbfaa29..325c28abc3 100755 --- a/scripts/redeploy.py +++ b/scripts/redeploy.py @@ -191,7 +191,7 @@ def deploy_tarball(artifact, build_dir): # Download the tarball here as buildkite needs auth to do this # we don't pgp-sign buildkite artifacts, relying on HTTPS and buildkite - # not being evil. If that's not good enough for you, don't use riot.im/develop. + # not being evil. If that's not good enough for you, don't use develop.element.io. resp = requests.get(artifact['download_url'], stream=True, headers=req_headers()) resp.raise_for_status() with open(artifact['filename'], 'wb') as ofp: