mirror of
https://github.com/containers/podman.git
synced 2025-06-18 15:39:08 +08:00
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:
@ -44,7 +44,6 @@ func runCmd(c *cli.Context) error {
|
|||||||
if createImage.LocalName == "" {
|
if createImage.LocalName == "" {
|
||||||
// The image wasnt found by the user input'd name or its fqname
|
// The image wasnt found by the user input'd name or its fqname
|
||||||
// Pull the image
|
// Pull the image
|
||||||
fmt.Printf("Trying to pull %s...", createImage.PullName)
|
|
||||||
createImage.Pull()
|
createImage.Pull()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user