Skip to content

Commit e3b3fd0

Browse files
author
Kaspar Lyngsie
committed
chore: fixing a typo
1 parent 7925e5d commit e3b3fd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/sub-process.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function execute(
1919
args = quoteAll(args, spawnOptions);
2020

2121
// Before spawning an external process, we look if we need to restore the system proxy configuration,
22-
// which overides the cli internal proxy configuration.
22+
// which overrides the cli internal proxy configuration.
2323
if (process.env.SNYK_SYSTEM_HTTP_PROXY !== undefined) {
2424
spawnOptions.env.HTTP_PROXY = process.env.SNYK_SYSTEM_HTTP_PROXY;
2525
}

0 commit comments

Comments
 (0)