X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=cmd%2Fsafcm%2Fconfig%2Fcommands.go;h=afa142764f4af80064e1aadee226265067b60e3d;hb=d109a6151f48fc9e322bacbd3cc5e4f00eade713;hp=72a28fd860772b863127b8da12bfac4b4cf21091;hpb=6015bd22c34e8287b43b462facd5ad491296c8c2;p=safcm%2Fsafcm.git diff --git a/cmd/safcm/config/commands.go b/cmd/safcm/config/commands.go index 72a28fd..afa1427 100644 --- a/cmd/safcm/config/commands.go +++ b/cmd/safcm/config/commands.go @@ -1,6 +1,6 @@ // Config: parse commands.yaml -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2023 Simon Ruderich // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -47,7 +47,7 @@ func LoadCommands(group string) ([]*safcm.Command, error) { for _, x := range cmds { res = append(res, &safcm.Command{ OrigGroup: group, - Cmd: x, + Cmd: x, }) } return res, nil