mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 22:24:59 +08:00
test
Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
This commit is contained in:
parent
37d6c28bef
commit
f8f6f1b006
1 changed files with 0 additions and 2 deletions
|
|
@ -276,8 +276,6 @@ func recurseSecretKey(format FormatType, keys map[string]interface{}, wantedKey
|
|||
if err != nil {
|
||||
return "", fmt.Errorf("cannot marshal the value of key '%s': %w", keyUntilNow, err)
|
||||
}
|
||||
strVal = bytes.Trim(strVal, "\"")
|
||||
fmt.Println(string(strVal))
|
||||
return string(strVal), nil
|
||||
default:
|
||||
return "", fmt.Errorf("nested secrets are not supported for %s", format)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue