Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Brown authored and Derek Brown committed Dec 23, 2024
1 parent ee88e08 commit b1f7771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/admin_kind.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (a *kindAdmin) kindClusterConfig(desired *api.Cluster, registry *api.Regist
// Parse the endpoint
parsedEndpoint, err := url.Parse(reg.Endpoint)
if err != nil {
klog.Warningf("Failed to parse registry URL %s: %v", reg.Endpoint)
klog.Warningf("Failed to parse registry URL %s: %v", reg.Endpoint, err)
continue
}

Expand Down

0 comments on commit b1f7771

Please sign in to comment.