summaryrefslogtreecommitdiff
path: root/cmd/podman/pull.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/pull.go')
-rw-r--r--cmd/podman/pull.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/podman/pull.go b/cmd/podman/pull.go
index 886f82dd5..5dc9ef2d4 100644
--- a/cmd/podman/pull.go
+++ b/cmd/podman/pull.go
@@ -5,6 +5,7 @@ import (
"os"
"fmt"
+
"github.com/containers/image/types"
"github.com/pkg/errors"
"github.com/projectatomic/libpod/libpod"
@@ -90,7 +91,7 @@ func pullCmd(c *cli.Context) error {
var writer io.Writer
if !c.Bool("quiet") {
- writer = os.Stdout
+ writer = os.Stderr
}
options := libpod.CopyOptions{