remove consul reference

This commit is contained in:
Alex Dadgar 2016-06-15 17:23:02 -07:00
parent 7375d828e1
commit ea5d11e628

View file

@ -72,7 +72,7 @@ func (s *Server) nodeJoin(me serf.MemberEvent) {
}
}
// maybeBootsrap is used to handle bootstrapping when a new consul server joins
// maybeBootsrap is used to handle bootstrapping when a new server joins
func (s *Server) maybeBootstrap() {
var index uint64
var err error