Browse Source

spelling: delimiter

Josh Soref 8 years ago
parent
commit
4cedbf80df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deploy/kong.sh

+ 1 - 1
deploy/kong.sh

@@ -43,7 +43,7 @@ kong_deploy() {
   #Save kong url if it's succesful (First run case)
   #Save kong url if it's succesful (First run case)
   _saveaccountconf KONG_URL "$KONG_URL"
   _saveaccountconf KONG_URL "$KONG_URL"
   #Generate DEIM
   #Generate DEIM
-  delim="-----MultipartDelimeter$(date "+%s%N")"
+  delim="-----MultipartDelimiter$(date "+%s%N")"
   nl="\015\012"
   nl="\015\012"
   #Set Header
   #Set Header
   _H1="Content-Type: multipart/form-data; boundary=$delim"
   _H1="Content-Type: multipart/form-data; boundary=$delim"