Skip to content

Commit

Permalink
Use bash -c option to invoke command with its own args (mongodb-labs#450
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jmikola authored Jun 10, 2024
1 parent 5e37d64 commit 304c8cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .evergreen/secrets_handling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ If using a Linux host on Evergreen, the shorthand version of the script can be u
- ${DRIVERS_TOOLS}/.evergreen/atlas/setup-secrets.sh
```
if using one of the convenience scripts in one of the subfolders, or the following to use the
If using one of the convenience scripts in one of the subfolders, or the following to use the
script in this directory:
```yaml
Expand All @@ -52,6 +52,7 @@ script in this directory:
working_dir: src
binary: bash
args:
- -c
- ${DRIVERS_TOOLS}/.evergreen/secrets_handling/setup-secrets.sh drivers/enterprise_auth
```
Expand Down

0 comments on commit 304c8cd

Please sign in to comment.