We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6afa410 commit e27cc55Copy full SHA for e27cc55
gzip.go
@@ -51,7 +51,7 @@ func GUnzip(src, dest *Path) error {
51
52
in, err := gzip.NewReader(gzIn)
53
if err != nil {
54
- return errors.Wrap(err, "decoding "+dest.String())
+ return errors.Wrap(err, "decoding "+src.String())
55
}
56
defer in.Close()
57
0 commit comments