mirror of https://github.com/perkeep/perkeep.git
fix case in JSON: blobref -> blobRef
This commit is contained in:
parent
1bcffa2b55
commit
fefd3685bf
|
@ -109,7 +109,7 @@ func handleEnumerateBlobs(conn *http.Conn, req *http.Request) {
|
|||
break
|
||||
}
|
||||
blobName := bi.BlobRef.String()
|
||||
fmt.Fprintf(conn, " {\"blobref\": \"%s\", \"size\": %d},\n",
|
||||
fmt.Fprintf(conn, " {\"blobRef\": \"%s\", \"size\": %d},\n",
|
||||
blobName, bi.FileInfo.Size)
|
||||
after = blobName
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue