diff options
Diffstat (limited to 'cmd/exttmpl')
-rw-r--r-- | cmd/exttmpl/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/exttmpl/main.go b/cmd/exttmpl/main.go index 930f2d7..299bf2a 100644 --- a/cmd/exttmpl/main.go +++ b/cmd/exttmpl/main.go @@ -127,6 +127,7 @@ func process(tmplMsgs *[]pipeline.Message, node parse.Node) { Key: txt, Message: pipeline.Text{Msg: txt}, }) + break } } } |