remove consul reference

This commit is contained in:
Alex Dadgar
2016-06-15 17:23:02 -07:00
parent ee240d5162
commit a15beb80c4

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