Skip to content

Commit

Permalink
fixed go vet issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SivaanandM committed Oct 13, 2023
1 parent 0bf77b1 commit ebd18fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spectrocloud/cluster_common_ospatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ func updateClusterOsPatchConfig(c *client.V1Client, d *schema.ResourceData) erro
} else {
return c.UpdateClusterOsPatchConfig(d.Id(), clusterContext, toUpdateOsPatchEntityClusterRbac(getDefaultOsPatchConfig().OsPatchConfig))
}
return nil
}

func getDefaultOsPatchConfig() *models.V1MachineManagementConfig {
Expand Down

0 comments on commit ebd18fb

Please sign in to comment.