summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-10-21 21:32:38 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-10-21 21:32:38 +0200
commit2b0ae35cbf9850d45372ede4adead412ac83a819 (patch)
tree559ed4c447c3ed70b68ac4dd2509d3f89fe2f3dc
parentc55f1588ffbdf312a71b0170538d01c2445c7cd1 (diff)
Add a break statement
-rw-r--r--cmd/exttmpl/main.go1
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
}
}
}