summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2021-04-08 15:26:49 +0100
committerRichard van der Hoff <richard@matrix.org>2021-04-08 16:44:07 +0100
commit77e56deffcf685ca5d0a264059f0c326e53e99af (patch)
tree0f126e96ebb03160f8d6152950d6e12afce1ca0e
parentUpdate tox.ini to remove py35 (diff)
downloadsynapse-77e56deffcf685ca5d0a264059f0c326e53e99af.tar.xz
update test_old_deps script
-rwxr-xr-x.buildkite/scripts/test_old_deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.buildkite/scripts/test_old_deps.sh b/.buildkite/scripts/test_old_deps.sh
index 3753f41a40..9270d55f04 100755
--- a/.buildkite/scripts/test_old_deps.sh
+++ b/.buildkite/scripts/test_old_deps.sh
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-# this script is run by buildkite in a plain `xenial` container; it installs the
+# this script is run by buildkite in a plain `bionic` container; it installs the
 # minimal requirements for tox and hands over to the py3-old tox environment.
 
 set -ex