mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix fallback to bundled kubectl (#3812)
This commit is contained in:
parent
e0a2cea27d
commit
07d8d567de
@ -275,7 +275,7 @@ export class Kubectl {
|
|||||||
|
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
isValid = !await this.checkBinary(this.path, false);
|
isValid = await this.checkBinary(this.path, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isValid) {
|
if (!isValid) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user