Skip to content

Commit

Permalink
review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzhen127 committed Jul 16, 2018
1 parent 735cee7 commit e748852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clusterctl/validation/validate_cluster_api_objects.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
)

func ValidateClusterAPIObjects(w io.Writer, clusterApiClient *clientset.Clientset, k8sClient kubernetes.Interface, clusterName string, namespace string) error {
fmt.Fprintf(w, "Validating cluster API objects in namespace %q\n", namespace)
fmt.Fprintf(w, "Validating Cluster API objects in namespace %q\n", namespace)

cluster, err := getClusterObject(clusterApiClient, clusterName, namespace)
if err != nil {
Expand Down

0 comments on commit e748852

Please sign in to comment.