spelling: delimiter

This commit is contained in:
Josh Soref 2017-03-26 05:26:20 +00:00
parent b54ce31078
commit 4cedbf80df
1 changed files with 1 additions and 1 deletions

View File

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