Skip to content

Commit 913e56d

Browse files
authored
Update table_godaddy_certificate.go
1 parent 11f9bd3 commit 913e56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

godaddy/table_godaddy_certificate.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ func tableGodaddyCertificate(_ context.Context) *plugin.Table {
1616
Name: "godaddy_certificate",
1717
Description: "Returns information about the GoDaddy certificate by customer.",
1818
List: &plugin.ListConfig{
19-
Hydrate: getCertificate,
19+
Hydrate: listCertificates,
2020
KeyColumns: plugin.KeyColumnSlice{
2121
{
2222
Name: "customer_id",

0 commit comments

Comments
 (0)