From 9c7c16c3f42adce2a10ace81e2d556b939bef6a0 Mon Sep 17 00:00:00 2001 From: Gilad Salmon Date: Mon, 13 Feb 2023 13:59:28 -0800 Subject: [PATCH] docs: fix erroneous github_repository_file docs (#1540) - Updates the docs with the correct default set for the branch argument Co-authored-by: Nick Floyd <139819+nickfloyd@users.noreply.github.com> Co-authored-by: Keegan Campbell --- website/docs/d/repository_file.html.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/docs/d/repository_file.html.markdown b/website/docs/d/repository_file.html.markdown index d7d9ae4b07..ea4de88fe3 100644 --- a/website/docs/d/repository_file.html.markdown +++ b/website/docs/d/repository_file.html.markdown @@ -31,8 +31,7 @@ The following arguments are supported: * `file` - (Required) The path of the file to manage. -* `branch` - (Optional) Git branch (if omitted, the default repository branch is used, which is usually `main`) - The branch must already exist; it will not be created if it does not already exist. +* `branch` - (Optional) Git branch. Defaults to `main`. ## Attributes Reference