]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - cmd/safcm/config/commands.go
remote: go fmt
[safcm/safcm.git] / cmd / safcm / config / commands.go
index 1ba2b18a4f530b1ba2deb43035b597e3032da87b..569cdbe7dcf8fc93bed2035cc8b7ad71992d46fd 100644 (file)
@@ -46,7 +46,8 @@ func LoadCommands(group string) ([]*safcm.Command, error) {
        var res []*safcm.Command
        for _, x := range cmds {
                res = append(res, &safcm.Command{
-                       Cmd: x,
+                       OrigGroup: group,
+                       Cmd:       x,
                })
        }
        return res, nil