Skip to content

Commit 424f1de

Browse files
Update ovh/data_cloud_project_database_kafka_schemaregistryacls.go
Co-authored-by: Aurelie Vache <[email protected]>
1 parent 9a3e253 commit 424f1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ovh/data_cloud_project_database_kafka_schemaregistryacls.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func dataSourceCloudProjectDatabaseKafkaSchemaregistryclsRead(ctx context.Contex
5050
)
5151
res := make([]string, 0)
5252

53-
log.Printf("[DEBUG] Will read schema registry acls from cluster %s from project %s", clusterId, serviceName)
53+
log.Printf("[DEBUG] Will read schema registry ACLs from cluster %s from project %s", clusterId, serviceName)
5454
if err := config.OVHClient.Get(endpoint, &res); err != nil {
5555
return diag.FromErr(helpers.CheckDeleted(d, err, endpoint))
5656
}

0 commit comments

Comments
 (0)