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

Remove extra space

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2021-02-27 19:16:41 +02:00
parent 6914192e94
commit 2e0559d985

View File

@ -267,7 +267,7 @@ export class Cluster implements ClusterModel, ClusterState {
} catch(err) {
logger.error(err);
logger.error(`[CLUSTER] Failed to load kubeconfig for the cluster '${this.name || this.contextName}' (context: ${this.contextName}, kubeconfig: ${this.kubeConfigPath}).`);
broadcastMessage(InvalidKubeconfigChannel, model. id);
broadcastMessage(InvalidKubeconfigChannel, model.id);
this.isDead = true;
}
}