Skip to content

Commit bbded4a

Browse files
committed
do nothing with this
1 parent 42a98f5 commit bbded4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/archive/targz.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func CreateTGZ(srcFolder string, ext string) (string, error) {
108108
walker.Terminate()
109109
for range paths { // drain
110110
}
111-
eg.Wait()
111+
_ = eg.Wait()
112112
return "", err
113113
}
114114

0 commit comments

Comments
 (0)