Skip to content

Commit

Permalink
DIGITALOCEAN: Enable cmode concurrent (#3207)
Browse files Browse the repository at this point in the history
  • Loading branch information
willpower232 authored Nov 19, 2024
1 parent 87fcb27 commit 2eeeb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/digitalocean/digitaloceanProvider.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ var features = providers.DocumentationNotes{
// The default for unlisted capabilities is 'Cannot'.
// See providers/capabilities.go for the entire list of capabilities.
providers.CanGetZones: providers.Can(),
providers.CanConcur: providers.Cannot(),
providers.CanConcur: providers.Can(),
providers.CanUseCAA: providers.Can(),
providers.CanUseLOC: providers.Cannot(),
providers.CanUseSRV: providers.Can(),
Expand Down

0 comments on commit 2eeeb76

Please # to comment.