Skip to content

Commit 7949ae1

Browse files
committed
fix: after rebase
1 parent 10a75b8 commit 7949ae1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github/data_source_github_enterprise_cost_centers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func dataSourceGithubEnterpriseCostCentersRead(ctx context.Context, d *schema.Re
6767

6868
var opts github.ListCostCenterOptions
6969
if stateFilter != "all" {
70-
opts.State = github.Ptr(stateFilter)
70+
opts.State = &stateFilter
7171
}
7272

7373
result, _, err := client.Enterprise.ListCostCenters(ctx, enterpriseSlug, &opts)

0 commit comments

Comments
 (0)