Skip to content

Commit 28539cb

Browse files
committed
fix: arg placement
1 parent 5c6d9de commit 28539cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/setup-mongodb-aws-auth-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cd $DRIVERS_TOOLS/.evergreen/auth_aws
1818
# Create a python virtual environment.
1919
. ./activate-authawsvenv.sh
2020
# Source the environment variables. Configure the environment and the server.
21-
. aws_setup.sh $AWS_CREDENTIAL_TYPE --nouri
21+
. aws_setup.sh --nouri $AWS_CREDENTIAL_TYPE
2222

2323
cd $BEFORE
2424

0 commit comments

Comments
 (0)