Skip to content

Commit ab2bbfb

Browse files
authored
Merge pull request kubernetes-sigs#5466 from nawazkh/fix_linter_errors
fix linter errors
2 parents 057907a + 7fdbf76 commit ab2bbfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1beta1/azurecluster_validation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ func validatePrivateDNSZoneName(privateDNSZoneName string, controlPlaneEnabled b
558558
}
559559

560560
// validatePrivateDNSZoneResourceGroup validates the PrivateDNSZoneResourceGroup.
561-
// A private DNS Zone's resource group is valid as long as privateDNSZoneName is provided with the private dns resource group name
561+
// A private DNS Zone's resource group is valid as long as privateDNSZoneName is provided with the private dns resource group name.
562562
func validatePrivateDNSZoneResourceGroup(privateDNSZoneName string, privateDNSZoneResourceGroup string, fldPath *field.Path) field.ErrorList {
563563
var allErrs field.ErrorList
564564

0 commit comments

Comments
 (0)