diff --git a/cli/cmd/registry_validate.go b/cli/cmd/registry_validate.go index 0d261600..930eaa28 100644 --- a/cli/cmd/registry_validate.go +++ b/cli/cmd/registry_validate.go @@ -38,7 +38,7 @@ func (r *runners) registryTest(cmd *cobra.Command, args []string) error { } if status == http.StatusOK { - fmt.Println("Registry conection appears ok") + fmt.Println("Registry connection appears ok") } else if status == http.StatusNotFound { fmt.Println(`Registry connection failed with MANIFEST_UNKNOWN. Check that the credentials are ok and that the image exists.