summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/podman/pull.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/pull.go b/cmd/podman/pull.go
index 1cbb3f45e..b5957d7fe 100644
--- a/cmd/podman/pull.go
+++ b/cmd/podman/pull.go
@@ -101,6 +101,7 @@ func pullCmd(c *cliconfig.PullValues) (retError error) {
}
}
+ // FIXME: that's a bug. What if we pass "localhost:5000/no-tag" ?
arr := strings.SplitN(args[0], ":", 2)
if len(arr) == 2 {
if c.Bool("all-tags") {