Merge "Fix typo"

This commit is contained in:
Jenkins 2017-05-25 20:52:28 +00:00 committed by Gerrit Code Review
commit 9b2a2fa55d

View File

@ -79,7 +79,7 @@ function stop_etcd3 {
$SYSTEMCTL stop $ETCD_SYSTEMD_SERVICE
}
function cleanup_etcd {
function cleanup_etcd3 {
# Don't install in sub nodes (multinode scenario)
if [ "$SERVICE_HOST" != "$HOST_IP" ]; then
return