Skip to content

Commit 924f5fe

Browse files
committed
fix typo
1 parent 7491eb5 commit 924f5fe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,7 @@ def create_aws_tasks():
761761
funcs = [server_func, assume_func, test_func]
762762
tasks.append(EvgTask(name=name, tags=tags, commands=funcs))
763763

764+
# These test types use a fixed Python version and the latest server.
764765
for test_type in ["eks", "ecs"]:
765766
tags = ["auth-aws", f"auth-aws-{test_type}"]
766767
base_name = f"test-auth-aws-latest-{test_type}"

.evergreen/scripts/run-aws-container-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ set -o xtrace
2424
PYTHON_VER="python3.11"
2525
apt-get -qq update < /dev/null > /dev/null
2626
apt-get -qq install software-properties-common -y < /dev/null > /dev/null # needed for apt-add-repository
27-
add-apt-repository -ppa:deadsnakes/ppa -y
27+
add-apt-repository ppa:deadsnakes/ppa -y
2828
apt-get -qq update < /dev/null > /dev/null
2929
apt-get -qq install $PYTHON_VER $PYTHON_VER-venv build-essential $PYTHON_VER-dev -y < /dev/null > /dev/null
3030

0 commit comments

Comments
 (0)