From da0b17dfcd005fe93a9b1b2869b5d50225f3126d Mon Sep 17 00:00:00 2001 From: hirenko-v Date: Thu, 26 Sep 2024 00:49:30 +0300 Subject: [PATCH] test --- cmd/snippet/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/snippet/main.go b/cmd/snippet/main.go index 6f655b7..e84fc8f 100644 --- a/cmd/snippet/main.go +++ b/cmd/snippet/main.go @@ -227,7 +227,7 @@ func (SnippetExecutor) Execute(_ context.Context, in executor.ExecuteInput) (exe // fmt.Printf("%s has been successfully executed\n", command) return executor.ExecuteOutput{ - Message: api.NewCodeBlockMessage("", true), + Message: api.NewCodeBlockMessage("", false), }, nil }