]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - cmd/safcm/config/commands.go
ci: run govulncheck
[safcm/safcm.git] / cmd / safcm / config / commands.go
index 72a28fd860772b863127b8da12bfac4b4cf21091..afa142764f4af80064e1aadee226265067b60e3d 100644 (file)
@@ -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