mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
fix set should register set rather than create
This commit is contained in:
parent
53a9bd0618
commit
278a089908
@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
func init() {
|
||||
raft.RegisterCommand(&CreateCommand{})
|
||||
raft.RegisterCommand(&SetCommand{})
|
||||
}
|
||||
|
||||
// Create command
|
||||
|
Loading…
x
Reference in New Issue
Block a user