*: Failed -> failed in errors
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
5e672974ff
commit
59aae8cdb5
2 changed files with 12 additions and 12 deletions
|
@ -16,7 +16,7 @@ import (
|
|||
func getGPRCVersion() (string, error) {
|
||||
_, file, _, ok := runtime.Caller(0)
|
||||
if !ok {
|
||||
return "", errors.New("Failed to recover the caller information.")
|
||||
return "", errors.New("failed to recover the caller information.")
|
||||
}
|
||||
|
||||
ocidRoot := filepath.Dir(filepath.Dir(file))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue