Skip to content

Commit 4a1d9ac

Browse files
committed
Fix eslint errors
Signed-off-by: Denis Golovin dgolovin@redhat.com
1 parent 9b33a4d commit 4a1d9ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/odo.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -763,8 +763,8 @@ export class OdoImpl implements Odo {
763763

764764
public createEnv(): {} {
765765
const env = {...process.env };
766-
env.ODO_DISABLE_TELEMETRY = "true";
767-
return env;
766+
env.ODO_DISABLE_TELEMETRY = 'true';
767+
return env;
768768
}
769769

770770
public async executeInTerminal(command: CommandText, cwd: string = process.cwd(), name = 'OpenShift'): Promise<void> {

0 commit comments

Comments
 (0)