Skip to content

Commit

Permalink
Update src/api/kube.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tolusha authored Apr 22, 2020
1 parent eefc2a7 commit 02775eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/kube.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class KubeHelper {
static initializeKubeConfig(): KubeConfig {
const kc = new KubeConfig()
kc.loadFromDefault()
cli.info(`› Current kuberntetes context: '${kc.currentContext}'`)
cli.info(`› Current Kubernetes context: '${kc.currentContext}'`)
return kc
}

Expand Down

0 comments on commit 02775eb

Please sign in to comment.