Skip to content

Commit e771ee2

Browse files
committed
fix get_secrets
1 parent a5a25e2 commit e771ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/setup_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def load_config_from_file(path: str | Path):
123123

124124
def get_secrets(name: str) -> None:
125125
secrets_dir = Path(f"{DRIVERS_TOOLS}/.evergreen/secrets_handling")
126-
run_command(f"bash ${secrets_dir}/setup-secrets.sh {name}", cwd=secrets_dir)
126+
run_command(f"bash {secrets_dir}/setup-secrets.sh {name}", cwd=secrets_dir)
127127
load_config_from_file(secrets_dir / "secrets-export.sh")
128128

129129

0 commit comments

Comments
 (0)