1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix fallback to bundled kubectl (#3812)

Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
Lauri Nevala 2021-09-15 16:36:19 +03:00 committed by Jim Ehrismann
parent b0c7b66fe7
commit 6f545bfc42

View File

@ -275,7 +275,7 @@ export class Kubectl {
return false;
});
isValid = !await this.checkBinary(this.path, false);
isValid = await this.checkBinary(this.path, false);
}
if (!isValid) {