Commit 4b02ee5b authored by thecantero's avatar thecantero Committed by GitHub
Browse files

Typo fix

parent de3bac53
......@@ -67,7 +67,7 @@ kong_deploy() {
_debug content "$content"
#Check if sslcreated (if not => POST else => PATCH)
if [ -z "$ssl_uuid" ]; then
if [ ! -z "$ssl_uuid" ]; then
#Post certificate to Kong
response=$(_post "$content" "$KONG_URL/certificates" "" "POST")
else
......
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