fix set should register set rather than create

release-0.4
Xiang Li 2013-10-14 22:45:29 -07:00
parent 53a9bd0618
commit 278a089908
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
)
func init() {
raft.RegisterCommand(&CreateCommand{})
raft.RegisterCommand(&SetCommand{})
}
// Create command