Commit 08d7c2a9 authored by Michael Yang's avatar Michael Yang
Browse files

fix error on upload chunk

parent bc9573dc
......@@ -78,6 +78,8 @@ func uploadBlobChunked(ctx context.Context, requestURL *url.URL, layer *Layer, r
Total: layer.Size,
Completed: int(offset),
})
return err
}
offset += chunk
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment