Skip to content

Commit

Permalink
Update provider/godaddy/godaddy.go
Browse files Browse the repository at this point in the history
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
  • Loading branch information
m-adawi and mloiseleur committed Sep 1, 2023
1 parent e312a36 commit e7f383c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/godaddy/godaddy.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var actionNames = []string{
"delete",
}

var domainsURI = "/v1/domains?statuses=ACTIVE,PENDING_DNS_ACTIVE"
const domainsURI = "/v1/domains?statuses=ACTIVE,PENDING_DNS_ACTIVE"

// ErrRecordToMutateNotFound when ApplyChange has to update/delete and didn't found the record in the existing zone (Change with no record ID)
var ErrRecordToMutateNotFound = errors.New("record to mutate not found in current zone")
Expand Down

0 comments on commit e7f383c

Please sign in to comment.