Skip to content

Commit

Permalink
Merge pull request #4163 from snyk/fix/restore_proxy_for_describe
Browse files Browse the repository at this point in the history
fix: fixing typo to trigger a failed release
  • Loading branch information
Martin authored Oct 20, 2022
2 parents 82be841 + 6f49a08 commit 2777f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/iac/drift/driftctl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export const runDriftCTL = async ({

const dctl_env: NodeJS.ProcessEnv = { ...process.env, DCTL_IS_SNYK: 'true' };

// WARN: We are restoring system en proxy because snyk cli override them but the proxy use untrusted certs
// WARN: We are restoring system en proxy because snyk cli override them but the proxy uses untrusted certs
if (process.env.SNYK_SYSTEM_HTTP_PROXY != undefined) {
dctl_env.HTTP_PROXY = process.env.SNYK_SYSTEM_HTTP_PROXY;
}
Expand Down

0 comments on commit 2777f09

Please sign in to comment.