Selaa lähdekoodia

Fix function name

Geoffroi 8 vuotta sitten
vanhempi
sitoutus
e2cc350fbc
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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"