Skip to content

Commit

Permalink
Merge pull request integrations#408 from mwarkentin/patch-1
Browse files Browse the repository at this point in the history
Fix incorrect argument name
  • Loading branch information
Jeremy Udit authored Apr 7, 2020
2 parents 57d4eab + ee3e3fd commit bf6cee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/repository.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The following arguments are supported:

* `allow_rebase_merge` - (Optional) Set to `false` to disable rebase merges on the repository.

* `auto_delete_head_branch` - (Optional) Automatically delete head branch after a pull request is merged. Defaults to `false`.
* `delete_branch_on_merge` - (Optional) Automatically delete head branch after a pull request is merged. Defaults to `false`.

* `has_downloads` - (Optional) Set to `true` to enable the (deprecated) downloads features on the repository.

Expand Down

0 comments on commit bf6cee8

Please sign in to comment.