mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-29 16:04:58 +08:00
fix error message
Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
This commit is contained in:
parent
43128c2847
commit
8f44eed8b8
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ func recurseSecretKey(format FormatType, keys map[string]interface{}, wantedKey
|
|||
|
||||
strVal, err := marshaller(val)
|
||||
if err != nil {
|
||||
return "", fmt.Errorf("Cannot the value of key '%s': %w", keyUntilNow, err)
|
||||
return "", fmt.Errorf("Cannot marshal the value of key '%s': %w", keyUntilNow, err)
|
||||
}
|
||||
|
||||
return string(strVal), nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue