Skip to content

Commit

Permalink
Nit: Update comments
Browse files Browse the repository at this point in the history
This changed was introduced in this PR: https://github.com/kudobuilder/kudo/pull/1505/files#diff-c74faa6263971005d609e60d78ff0f8eL162

Signed-off-by: Alena Varkockova <avarkockova@mesosphere.com>
  • Loading branch information
alenkacz committed Jul 13, 2020
1 parent 0e69b0c commit 55e58c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/kudoctl/cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func (initCmd *initCmd) run() error {

installer := setup.NewInstaller(opts, initCmd.crdOnly)

// ensureClient client
// initialize client
if !initCmd.dryRun {
if err := initCmd.ensureClient(); err != nil {
return clog.Errorf("error initializing: %s", err)
Expand All @@ -190,7 +190,7 @@ func (initCmd *initCmd) run() error {
return nil
}

// ensureClient server
// initialize server
clog.V(4).Printf("create client")
if initCmd.client == nil {
client, err := kube.GetKubeClient(Settings.KubeConfig)
Expand Down

0 comments on commit 55e58c0

Please sign in to comment.