We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fceeda commit b8c32f7Copy full SHA for b8c32f7
1 file changed
github/resource_github_organization_ruleset.go
@@ -554,6 +554,7 @@ func resourceGithubOrganizationRulesetRead(d *schema.ResourceData, meta interfac
554
return nil
555
}
556
557
+ return err
558
559
560
d.Set("etag", resp.Header.Get("ETag"))
0 commit comments