Merge pull request #144 from Mic92/fix/debug-text

Remove debug text
This commit is contained in:
Jörg Thalheim 2021-11-24 06:24:39 +00:00 committed by GitHub
commit 8714085826
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}