mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Fix other linters on modified lines
This commit is contained in:
@@ -100,5 +100,6 @@ func (l parser) readFile(path string) ([]byte, error) {
|
||||
}
|
||||
defer f.Close()
|
||||
|
||||
return io.ReadAll(f)
|
||||
content, err := io.ReadAll(f)
|
||||
return content, errors.Wrap(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user