We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f5149 commit 7af9232Copy full SHA for 7af9232
1 file changed
pkg/lib/util/path_util.go
@@ -62,7 +62,7 @@ func (ps PathSpec) LoadContents(manifestDir string) (contents []byte, err error)
62
63
contents, err = io.ReadAll(requestFile)
64
if err != nil {
65
- return nil, fmt.Errorf("loading file at %q: %w", ps, err)
+ return nil, fmt.Errorf("loading file at %q: %w", ps.Path, err)
66
}
67
68
return contents, nil
0 commit comments