Răsfoiți Sursa

spelling: occurred

Josh Soref 8 ani în urmă
părinte
comite
00b34eb2a4
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      deploy/kong.sh

+ 1 - 1
deploy/kong.sh

@@ -72,7 +72,7 @@ kong_deploy() {
     response=$(_post "$content" "$KONG_URL/apis/$uuid/plugins/$ssl_uuid" "" "PATCH")
   fi
   if ! [ "$(echo "$response" | _egrep_o "ssl")" = "ssl" ]; then
-    _err "An error occured with cert upload. Check response:"
+    _err "An error occurred with cert upload. Check response:"
     _err "$response"
     return 1
   fi