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 }