Skip to content

Commit e722309

Browse files
committed
lint/prettier bug!
Signed-off-by: edward kim <[email protected]>
1 parent 54430fa commit e722309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exec_auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export class ExecAuth implements Authenticator {
9898
let opts = {};
9999
if (exec.env) {
100100
const env = {
101-
...process.env
101+
...process.env,
102102
};
103103
exec.env.forEach((elt) => (env[elt.name] = elt.value));
104104
opts = { ...opts, env };

0 commit comments

Comments
 (0)