aboutsummaryrefslogtreecommitdiff
path: root/go/operation/submit.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/operation/submit.go')
-rw-r--r--go/operation/submit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/operation/submit.go b/go/operation/submit.go
index ac5a3b55f..d996d63f0 100644
--- a/go/operation/submit.go
+++ b/go/operation/submit.go
@@ -180,7 +180,7 @@ func upload_one_chunk(filename string, reader io.Reader, master,
}
func upload_chunked_file_manifest(fileUrl string, manifest *ChunkManifest, jwt security.EncodedJwt) error {
- buf, e := manifest.GetData()
+ buf, e := manifest.Marshal()
if e != nil {
return e
}