From f19b40090fb0fb6cf8bcb2a306ccb2cb402431d1 Mon Sep 17 00:00:00 2001 From: mjurado Date: Tue, 14 May 2024 17:32:11 +0200 Subject: [PATCH] Fix execute help for tts streaming client --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7be59f9..efeab80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,4 +43,4 @@ jobs: ./generate_grpc_code.sh cd ../cli-client ./recognizer_stream.py --help - ./synthesizer.py --help \ No newline at end of file + ./synthesizer_stream.py --help \ No newline at end of file