forked from Mirror/pmbootstrap
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:
parent
7a7fa14837
commit
6a776fc67c
1 changed files with 2 additions and 1 deletions
|
@ -346,7 +346,8 @@ def add_proxy_env_vars(env: Env) -> None:
|
||||||
"FTP_PROXY",
|
"FTP_PROXY",
|
||||||
"HTTPS_PROXY",
|
"HTTPS_PROXY",
|
||||||
"HTTP_PROXY",
|
"HTTP_PROXY",
|
||||||
"HTTP_PROXY_AUTHftp_proxy",
|
"HTTP_PROXY_AUTH",
|
||||||
|
"ftp_proxy",
|
||||||
"http_proxy",
|
"http_proxy",
|
||||||
"https_proxy",
|
"https_proxy",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue