Skip to content

Commit

Permalink
fixup! Unify shared code (and constants) with cindex package.
Browse files Browse the repository at this point in the history
  • Loading branch information
ptabor committed May 4, 2021
1 parent a78d072 commit f1123d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etcdctl/ctlv3/command/migrate_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit f1123d6

Please sign in to comment.