Merge pull request #492 from sosedoff/comment-fix

Comment fix
This commit is contained in:
Armon Dadgar 2014-11-23 23:05:07 -08:00
commit b00ac0f2a3

View file

@ -8,7 +8,7 @@ import (
"os/signal" "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 var Commands map[string]cli.CommandFactory
func init() { func init() {