Update util.go

This commit is contained in:
Jeffrey Frey
2022-11-29 15:13:00 -05:00
committed by GitHub
parent fd1f197468
commit 8c6f85a0a9

View File

@@ -618,7 +618,7 @@ func FileGz(
var gzipStderr io.ReadCloser
/* Older version of gzip, try it another way: */
wwlog.Verbose("%s does not recognize the --keep flag, trying piped stdout", compressor)
wwlog.Verbose("%s does not recognize the --keep flag, trying redirected stdout", compressor)
/* Open the output file for writing: */
gzippedFile, err = os.Create(file_gz)