Skip to content

Commit

Permalink
docs: add missing quote in branch protection v3 example (#2283)
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Floyd <139819+nickfloyd@users.noreply.github.com>
  • Loading branch information
stefanfreitag and nickfloyd committed Jun 14, 2024
1 parent 350d8f0 commit 01239e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/branch_protection_v3.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ resource "github_branch_protection_v3" "example" {
dismiss_stale_reviews = true
dismissal_users = ["foo-user"]
dismissal_teams = [github_team.example.slug]
dismissal_app = ["foo-app]
dismissal_app = ["foo-app"]
bypass_pull_request_allowances {
users = ["foo-user"]
Expand Down

0 comments on commit 01239e8

Please sign in to comment.