mirror of
https://github.com/lensapp/lens.git
synced 2024-11-28 11:53:41 +03:00
fix: Use correct path for node-shell shell PTY
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
a20a1eade1
commit
99e6b77fc1
@ -95,7 +95,7 @@ export class NodeShellSession extends ShellSession {
|
||||
break;
|
||||
}
|
||||
|
||||
await this.openShellProcess(this.dependencies.directoryContainingKubectl, args, env);
|
||||
await this.openShellProcess(await this.kubectl.getPath(), args, env);
|
||||
}
|
||||
|
||||
protected createNodeShellPod(coreApi: CoreV1Api) {
|
||||
|
Loading…
Reference in New Issue
Block a user