1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-03 13:47:01 +03:00

F #4809: Typo in the name of the hook

This commit is contained in:
Jaime Melis 2017-06-08 10:19:40 +02:00
parent 978d15382f
commit 585cc13033

View File

@ -168,7 +168,7 @@ RAFT = [
# Executed when a server transits from leader->follower
# RAFT_FOLLOWER_HOOK = [
# COMMAND = "raft/follower.sh",
# COMMAND = "raft/vip.sh",
# ARGUMENTS = "follower <interface> <ip_cidr>"
# ]