mirror of
https://github.com/docker/docs.git
synced 2026-04-05 10:48:55 +07:00
when the daemon can't download the image from a `docker import` the error message was lost due to 'err' being redefined with a block by mistake. This removes the ":" from "... err := " which fixes it. Signed-off-by: Doug Davis <dug@us.ibm.com>