mirror of
https://github.com/getsops/sops.git
synced 2026-02-05 12:45:21 +01:00
Provide formatting string.
Signed-off-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -2283,7 +2283,7 @@ func keyGroups(c *cli.Context, file string) ([]sops.KeyGroup, error) {
|
||||
if err != nil {
|
||||
errMsg = fmt.Sprintf("%s: %s", errMsg, err)
|
||||
}
|
||||
return nil, fmt.Errorf(errMsg)
|
||||
return nil, fmt.Errorf("%s", errMsg)
|
||||
}
|
||||
return conf.KeyGroups, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user