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

remove extraineous whitespace addition

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-03-08 13:36:28 -05:00
parent 46bf16ec3f
commit 19de8823e4

View File

@ -149,7 +149,6 @@ export class ShellSession extends EventEmitter {
} }
env["PTYPID"] = process.pid.toString(); env["PTYPID"] = process.pid.toString();
env["KUBECONFIG"] = this.kubeconfigPath; env["KUBECONFIG"] = this.kubeconfigPath;
env["TERM_PROGRAM"] = app.getName(); env["TERM_PROGRAM"] = app.getName();
env["TERM_PROGRAM_VERSION"] = app.getVersion(); env["TERM_PROGRAM_VERSION"] = app.getVersion();