mirror of https://github.com/containers/podman.git
run duplicated print statements
podman run would print "Trying to pull..." twice when pulling an image to create a container. Signed-off-by: umohnani8 <umohnani@redhat.com> Closes: #154 Approved by: rhatdan
This commit is contained in:
parent
0a2f426ceb
commit
c0432eb0e8
|
@ -44,7 +44,6 @@ func runCmd(c *cli.Context) error {
|
|||
if createImage.LocalName == "" {
|
||||
// The image wasnt found by the user input'd name or its fqname
|
||||
// Pull the image
|
||||
fmt.Printf("Trying to pull %s...", createImage.PullName)
|
||||
createImage.Pull()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue