Ver Fonte

Fix function name

Geoffroi há 8 anos atrás
pai
commit
e2cc350fbc
1 ficheiros alterados com 1 adições e 1 exclusões
  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"