mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Fix check
This commit is contained in:
parent
28f34a8380
commit
6ce3791140
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ import { getCombinedCaBundlePath } from "../../registryProxy/certBundle.js";
|
|||
* @return {NodeJS.ProcessEnv} Modified environment object
|
||||
*/
|
||||
function getPipXCaBundleEnvironmentVariables(env, combinedCaPath) {
|
||||
let retVal = env;
|
||||
let retVal = { ...env };
|
||||
|
||||
// SSL_CERT_FILE: Used by Python SSL libraries and underlying HTTP clients
|
||||
if (env.SSL_CERT_FILE) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue