Browse Source

Fix function name

Geoffroi 8 years ago
parent
commit
e2cc350fbc
1 changed files with 1 additions and 1 deletions
  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"