Explorar el Código

Fix function name

Geoffroi hace 8 años
padre
commit
e2cc350fbc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      deploy/kong.sh

+ 1 - 1
deploy/kong.sh

@@ -13,7 +13,7 @@
 ########  Public functions #####################
 
 #domain keyfile certfile cafile fullchain
-kong.sh_deploy() {
+kong_deploy() {
   _cdomain="$1"
   _ckey="$2"
   _ccert="$3"