helpers.run.core.add_proxy_env_vars: fix variables (MR 2525)

Looks like there was a missing comma when this was added initially.
Caught this while reviewing the formatting patch.
This commit is contained in:
Oliver Smith 2025-01-15 22:55:27 +01:00
parent 7a7fa14837
commit 6a776fc67c
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -346,7 +346,8 @@ def add_proxy_env_vars(env: Env) -> None:
"FTP_PROXY",
"HTTPS_PROXY",
"HTTP_PROXY",
"HTTP_PROXY_AUTHftp_proxy",
"HTTP_PROXY_AUTH",
"ftp_proxy",
"http_proxy",
"https_proxy",
]