mirror of
https://github.com/containers/podman.git
synced 2025-11-13 09:38:05 +08:00
vendor c/common
Update the recent events-log changes to fix the build error. [NO NEW TESTS NEEDED] since there's no functional change. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
1
vendor/github.com/containers/common/pkg/chown/chown_unix.go
generated
vendored
1
vendor/github.com/containers/common/pkg/chown/chown_unix.go
generated
vendored
@@ -41,7 +41,6 @@ func ChangeHostPathOwnership(path string, recursive bool, uid, gid int) error {
|
||||
|
||||
return nil
|
||||
})
|
||||
|
||||
if err != nil {
|
||||
return errors.Wrap(err, "failed to chown recursively host path")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user