Skip to content

Commit f5e9774

Browse files
david9991rlamana
andauthored
Update src/okteto.ts
Co-authored-by: Ramón Lamana <[email protected]>
1 parent b03e5ef commit f5e9774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/okteto.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const state = {
3232
failed: 'failed',
3333
};
3434

35-
var isActive = new Map();
35+
const isActive = new Map();
3636

3737
export async function needsInstall(): Promise<{install: boolean, upgrade: boolean}>{
3838
const binary = getBinary();

0 commit comments

Comments
 (0)