Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cadenmarchese committed Apr 29, 2024
1 parent 45a6eab commit 46601fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/v20191231preview/openshiftcluster_convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func (c openShiftClusterConverter) ToExternal(oc *api.OpenShiftCluster) interfac
},
}

if oc.Properties.ServicePrincipalProfile != nil {
if oc.Properties.ServicePrincipalProfile != nil {
out.Properties.ServicePrincipalProfile = &ServicePrincipalProfile{
ClientID: oc.Properties.ServicePrincipalProfile.ClientID,
ClientSecret: string(oc.Properties.ServicePrincipalProfile.ClientSecret),
Expand Down

0 comments on commit 46601fb

Please sign in to comment.