From ee3e3fdd56270c32f914e7954e64f17aee8186cf Mon Sep 17 00:00:00 2001 From: Michael Warkentin Date: Fri, 3 Apr 2020 12:14:11 -0400 Subject: [PATCH] Fix incorrect argument name Looks like the docs weren't updated correctly when this new feature landed in 2.6.0 --- website/docs/r/repository.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/repository.html.markdown b/website/docs/r/repository.html.markdown index 76d550c601..06f13fd17a 100644 --- a/website/docs/r/repository.html.markdown +++ b/website/docs/r/repository.html.markdown @@ -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.