Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Dettori <[email protected]>
  • Loading branch information
pdettori committed May 28, 2024
1 parent 8108bfb commit 44b776b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kflex/init/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func Init(ctx context.Context, kubeconfig, version, buildDate string, domain, ex
util.PrintStatus(fmt.Sprintf("Kubeflex %s %s", version, buildDate), done, &wg, chattyStatus)
done <- true

util.PrintStatus("Setting hosting cluster preferences in kubeconfig", done, &wg, chattyStatus)
util.PrintStatus("Setting hosting cluster preference in kubeconfig", done, &wg, chattyStatus)
err = kcfg.SaveHostingClusterContextPreference(ctx)
if err != nil {
fmt.Fprintf(os.Stderr, "Error setting hosting cluster context preference: %v\n", err)
Expand Down

0 comments on commit 44b776b

Please sign in to comment.