From ddc1689759a97635af0cb4ad710edead6a2f6580 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Sat, 25 Mar 2023 09:20:39 +0800 Subject: [PATCH] feat: auto tab add create function --- tools/shell/src/shellAuto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/shell/src/shellAuto.c b/tools/shell/src/shellAuto.c index 318d3574d2..14dcef86e2 100644 --- a/tools/shell/src/shellAuto.c +++ b/tools/shell/src/shellAuto.c @@ -272,7 +272,7 @@ char* key_systable[] = { "ins_subscriptions", "ins_streams", "ins_stream_tasks", "ins_vnodes", "ins_user_privileges", "perf_connections", "perf_queries", "perf_consumers", "perf_trans", "perf_apps"}; -char* language[] = {"\'Python\'", "\'C\'"} +char* language[] = {"\'Python\'", "\'C\'"}; // // ------- global variant define --------- -- GitLab