Skip to content

Commit

Permalink
Fix the message to print current k8s context
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
  • Loading branch information
tolusha committed Apr 22, 2020
1 parent 941b5e4 commit eefc2a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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(`Set current context to '${kc.currentContext}'`)
cli.info(`› Current kuberntetes context: '${kc.currentContext}'`)
return kc
}

Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1525,7 +1525,7 @@ ecc-jsbn@~0.1.1:

"eclipse-che@git://github.com/eclipse/che#master":
version "0.0.0"
resolved "git://github.com/eclipse/che#bf62877c12ae1cbc0174bd42a683e6151a46d48e"
resolved "git://github.com/eclipse/che#2241525c799832c5b30d957603813565bcc539c0"

editorconfig@^0.15.0:
version "0.15.3"
Expand Down

0 comments on commit eefc2a7

Please sign in to comment.