Skip to content

Commit 0d4d4f0

Browse files
author
Joshua Reed
committed
PR cleanup.
1 parent a91c10c commit 0d4d4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1beta2/cloudstackcluster_webhook.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ func ValidateFailureDomainUpdates(oldFDs, newFDs []CloudStackFailureDomainSpec)
131131
}
132132
}
133133
if !atLeastOneRemains {
134-
return field.Forbidden(field.NewPath("spec", "FailureDomains"), "At least one FailureDomain must be unchanged on udpate.")
134+
return field.Forbidden(field.NewPath("spec", "FailureDomains"), "At least one FailureDomain must be unchanged on update.")
135135
}
136136
return nil
137137
}

0 commit comments

Comments
 (0)