diff --git a/server.go b/server.go index 93ca61365a..167ec7fc1d 100644 --- a/server.go +++ b/server.go @@ -229,7 +229,7 @@ func (srv *Server) ImageInsert(name, url, path string, out io.Writer, sf *utils. if err != nil { return err } - out.Write(sf.FormatStatus(img.ID, "Image created")) + out.Write(sf.FormatStatus(img.ID, "")) return nil }