Skip to content

Commit 8dad031

Browse files
committed
fix message
1 parent 532c3ee commit 8dad031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/run-mongodb-aws-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if [ "$1" == "ec2" ] && [ "${SKIP_EC2_AUTH_TEST:-}" == "true" ]; then
1919
fi
2020

2121
if [ "$1" == "web-identity" ] && [ "${SKIP_WEB_IDENTITY_AUTH_TEST:-}" == "true" ]; then
22-
echo "This platform does not support the EC2 auth test, skipping..."
22+
echo "This platform does not support the web identity auth test, skipping..."
2323
exit 0
2424
fi
2525

0 commit comments

Comments
 (0)