mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
fixup! Unify shared code (and constants) with cindex package.
This commit is contained in:
parent
a78d072b9a
commit
f1123d696c
@ -92,7 +92,7 @@ func migrateCommandFunc(cmd *cobra.Command, args []string) {
|
||||
}()
|
||||
|
||||
readKeys(reader, be)
|
||||
cindex.UpdateConsistentIndex(be.BatchTx(), index)
|
||||
cindex.UpdateConsistentIndex(be.BatchTx(), index, true)
|
||||
err := <-errc
|
||||
if err != nil {
|
||||
fmt.Println("failed to transform keys")
|
||||
|
Loading…
x
Reference in New Issue
Block a user