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 ---------