summaryrefslogtreecommitdiffhomepage
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/exttmpl/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/exttmpl/main.go b/cmd/exttmpl/main.go
index 599879a..930f2d7 100644
--- a/cmd/exttmpl/main.go
+++ b/cmd/exttmpl/main.go
@@ -123,8 +123,8 @@ func process(tmplMsgs *[]pipeline.Message, node parse.Node) {
if sn, ok := arg.(*parse.StringNode); ok {
txt := collapse(sn.Text)
*tmplMsgs = append(*tmplMsgs, pipeline.Message{
- ID: pipeline.IDList{txt},
- Key: txt,
+ ID: pipeline.IDList{txt},
+ Key: txt,
Message: pipeline.Text{Msg: txt},
})
}