1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

carry 17329

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
Brian Goff 2016-02-06 13:46:21 -05:00
parent fae09e2569
commit e9ab596238

View file

@ -28,8 +28,6 @@ func (l *tarexporter) Load(inTar io.ReadCloser, outStream io.Writer, quiet bool)
) )
if !quiet { if !quiet {
progressOutput = sf.NewProgressOutput(outStream, false) progressOutput = sf.NewProgressOutput(outStream, false)
} else {
progressOutput = nil
} }
tmpDir, err := ioutil.TempDir("", "docker-import-") tmpDir, err := ioutil.TempDir("", "docker-import-")