1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-09-25 09:51:39 +03:00
parent 69a3f7435f
commit 33651e1cc5

View File

@ -31,7 +31,6 @@ export class KubeAuthProxy {
return;
}
const proxyBin = await this.kubectl.getPath()
logger.info(proxyBin)
const args = [
"proxy",
"-p", `${this.port}`,