Commit 4cf1e9d
fix: use correct getter for members_can_fork_private_repositories in org data source (#3359)
The github_organization data source was using
GetMembersCanCreatePrivateRepos() instead of
GetMembersCanForkPrivateRepos() to populate the
members_can_fork_private_repositories attribute, causing it to
return the value of members_can_create_private_repositories instead.
Co-authored-by: Claude Opus 4.7 (1M context) <[email protected]>1 parent 7905a12 commit 4cf1e9d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| |||
0 commit comments