Unverified Commit c47e67e5 authored by andrewheberle's avatar andrewheberle Committed by GitHub
Browse files

Fix variable name

parent 3a95bfb6
......@@ -61,8 +61,8 @@ haproxy_deploy() {
return 1
fi
else
Le_Deploy_haproxy_cert="${DEPLOY_HAPROXY_PEM}"
_savedomainconf Le_Deploy_haproxy_cert "${Le_Deploy_haproxy_pem}"
Le_Deploy_haproxy_pem="${DEPLOY_HAPROXY_PEM}"
_savedomainconf Le_Deploy_haproxy_pem "${Le_Deploy_haproxy_pem}"
fi
# BUNDLE is optional. If not provided then assume "${DEPLOY_HAPROXY_BUNDLE_DEFAULT}"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment