Incorporate review comments

This commit is contained in:
srikiz 2021-07-07 20:53:38 +05:30
parent bdc67e4282
commit 27058c3f69
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ func setupZones(opt *NewClusterOptions, cluster *api.Cluster, allZones sets.Stri
case api.CloudProviderDO:
if len(opt.Zones) > 1 {
return nil, fmt.Errorf("digitalocean cloud provider currently supports 1 region only.")
return nil, fmt.Errorf("digitalocean cloud provider currently supports one region only.")
}
// For DO we just pass in the region for --zones