Browse Source

Merge pull request #492 from sosedoff/comment-fix

Comment fix
pull/498/head
Armon Dadgar 10 years ago
parent
commit
8c7dfc14c0
  1. 2
      commands.go

2
commands.go

@ -8,7 +8,7 @@ import (
"os/signal"
)
// Commands is the mapping of all the available Serf commands.
// Commands is the mapping of all the available Consul commands.
var Commands map[string]cli.CommandFactory
func init() {

Loading…
Cancel
Save