diff options
Diffstat (limited to 'weed/storage/crc.go')
| -rw-r--r-- | weed/storage/crc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/storage/crc.go b/weed/storage/crc.go index 494937784..e31e0f815 100644 --- a/weed/storage/crc.go +++ b/weed/storage/crc.go @@ -26,5 +26,5 @@ func (c CRC) Value() uint32 { func (n *Needle) Etag() string { bits := make([]byte, 4) util.Uint32toBytes(bits, uint32(n.Checksum)) - return fmt.Sprintf("\"%x\"", bits) + return fmt.Sprintf("%x", bits) } |
