typo
This commit is contained in:
parent
53cc29b44f
commit
5061bcc8e0
2
lv.go
2
lv.go
|
@ -123,7 +123,7 @@ func add() {
|
||||||
Version: max + 1,
|
Version: max + 1,
|
||||||
})
|
})
|
||||||
|
|
||||||
fmt.Println("meta:", meta)
|
// fmt.Println("meta:", meta)
|
||||||
|
|
||||||
storage.SaveMeta(util.ToHashHex(fullPath), meta)
|
storage.SaveMeta(util.ToHashHex(fullPath), meta)
|
||||||
storage.CopyData(fullPath, meta.Versions[len(meta.Versions)-1])
|
storage.CopyData(fullPath, meta.Versions[len(meta.Versions)-1])
|
||||||
|
|
Loading…
Reference in New Issue