Skip to content
Snippets Groups Projects
Commit e9af87df authored by ale's avatar ale
Browse files

fix --etcd-servers flag

parent aa65717a
No related branches found
Tags
No related merge requests found
......@@ -24,5 +24,5 @@ set_public_ip() {
set_etcd_params() {
local default_etcd_server="etcd.${DOMAIN}"
ETCD_SERVER="${ETCD_SERVER:-${default_etcd_server}}"
ETCD_OPTIONS="${ETCD_OPTIONS} --etcd-server=localhost:4001,${ETCD_SERVER}"
ETCD_OPTIONS="${ETCD_OPTIONS} --etcd-servers=localhost:4001,${ETCD_SERVER}"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment