Skip to content

Commit 181e980

Browse files
Update github/data_source_github_organization_app_installations.go
Co-authored-by: Steve Hipwell <[email protected]>
1 parent 1fc220f commit 181e980

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

github/data_source_github_organization_app_installations.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ func dataSourceGithubOrganizationAppInstallationsRead(ctx context.Context, d *sc
125125
}
126126

127127
d.SetId(owner)
128-
err := d.Set("installations", results)
129-
if err != nil {
128+
if err := d.Set("installations", results); err != nil {
130129
return diag.FromErr(err)
131130
}
132131

0 commit comments

Comments
 (0)