mirror of
https://github.com/Mic92/sops-nix.git
synced 2024-12-14 11:57:52 +00:00
Remove debug text
This commit is contained in:
parent
b9145d46f0
commit
edb3913e10
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…
Reference in a new issue