From cd837b4becbce3bbbb738064fe39113663f2ba7f Mon Sep 17 00:00:00 2001 From: Zeel Rajodiya Date: Tue, 29 Oct 2024 22:37:39 +0530 Subject: [PATCH] fix: wrong value of the enum in the tools-schema.json (#3283) --- scripts/tools/tools-schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/tools/tools-schema.json b/scripts/tools/tools-schema.json index f8d848fcca14..e11968a1b2e1 100644 --- a/scripts/tools/tools-schema.json +++ b/scripts/tools/tools-schema.json @@ -70,7 +70,7 @@ "Markdown", "YAML", "R", - "Rubby", + "Ruby", "Rust", "Shell", "Groovy" @@ -102,7 +102,7 @@ "Markdown", "YAML", "R", - "Rubby", + "Ruby", "Rust", "Shell", "Groovy"