diff --git a/cmd/exporter.go b/cmd/exporter.go index ed9d149..25c139d 100644 --- a/cmd/exporter.go +++ b/cmd/exporter.go @@ -108,7 +108,7 @@ func runcheck(file string, alloc *Alloc) bool { // compare if !bytes.Equal(alloc.writeBlock, alloc.readBlock) { - return die(errors.New("Read not the same as written"), nil) + return die(errors.New("read not the same as written"), nil) } return true