1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-03-16 05:28:15 +00:00

Remove debug text

This commit is contained in:
Janne Heß 2021-11-23 22:32:41 +01:00
parent b9145d46f0
commit edb3913e10
No known key found for this signature in database
GPG key ID: 69165158F05265DF

View file

@ -230,7 +230,7 @@ func recurseSecretKey(keys map[string]interface{}, wantedKey string) (string, er
if keyUntilNow != "" { if keyUntilNow != "" {
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 break
} }