mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 22:24:59 +08:00
commit
8714085826
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ func recurseSecretKey(keys map[string]interface{}, wantedKey string) (string, er
|
|||
if keyUntilNow != "" {
|
||||
keyUntilNow += "."
|
||||
}
|
||||
return "", fmt.Errorf("b: The key '%s%s' cannot be found", keyUntilNow, currentKey)
|
||||
return "", fmt.Errorf("The key '%s%s' cannot be found", keyUntilNow, currentKey)
|
||||
}
|
||||
break
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue