cmd/root: Use the correct verb format for string
https://github.com/containers/toolbox/pull/480
This commit is contained in:
parent
0e5592bada
commit
9488c95038
|
|
@ -380,5 +380,5 @@ func validateSubIDFile(path string) (bool, error) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return false, fmt.Errorf("failed to find an entry for user %s in %p", currentUser.Username, path)
|
return false, fmt.Errorf("failed to find an entry for user %s in %s", currentUser.Username, path)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue