From a05233b5933d83f095ba14bdfe2aa0552abc4f54 Mon Sep 17 00:00:00 2001 From: Liam Jarvis Date: Wed, 27 Dec 2023 14:43:21 +0900 Subject: [PATCH] docs: Fix `always_select_remote_on_create` type This commit fixes a type error on the configuration outlined in the readme. Signed-off-by: Liam Jarvis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54cc15d0..2e0ae470 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ require"octo".setup({ field = "CREATED_AT", -- either COMMENTS, CREATED_AT or UPDATED_AT (https://docs.github.com/en/graphql/reference/enums#issueorderfield) direction = "DESC" -- either DESC or ASC (https://docs.github.com/en/graphql/reference/enums#orderdirection) }, - always_select_remote_on_create = "false" -- always give prompt to select base remote repo when creating PRs + always_select_remote_on_create = false -- always give prompt to select base remote repo when creating PRs }, file_panel = { size = 10, -- changed files panel rows