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:
@@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
func init() {
|
||||
raft.RegisterCommand(&CreateCommand{})
|
||||
raft.RegisterCommand(&SetCommand{})
|
||||
}
|
||||
|
||||
// Create command
|
||||
|
||||
Reference in New Issue
Block a user