From f6974027065f2f3b98ddf9b8790103a659f5e923 Mon Sep 17 00:00:00 2001 From: Justin Stitt Date: Tue, 6 Feb 2024 23:17:13 +0000 Subject: [PATCH] fix typo in docs regarding projects_v2 config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89494e41..298ac83c 100644 --- a/README.md +++ b/README.md @@ -555,7 +555,7 @@ You add the scope by using `gh auth refresh -s read:project` or you can suppress ``` { suppress_missing_scope = { - project_v2 = true, + projects_v2 = true, } } ```