]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - cmd/safcm/config/commands.go
remote: show group/trigger in verbose log for commands
[safcm/safcm.git] / cmd / safcm / config / commands.go
index 1ba2b18a4f530b1ba2deb43035b597e3032da87b..72a28fd860772b863127b8da12bfac4b4cf21091 100644 (file)
@@ -46,6 +46,7 @@ func LoadCommands(group string) ([]*safcm.Command, error) {
        var res []*safcm.Command
        for _, x := range cmds {
                res = append(res, &safcm.Command{
+                       OrigGroup: group,
                        Cmd: x,
                })
        }