Skip to content

Commit 4a62c8e

Browse files
committed
fix: newline
1 parent c1c069e commit 4a62c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/ruby/lib/container/client.rb.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ module {{ spec.title | caseUcfirst }}
213213
when 'application/json'
214214
payload = params.to_json
215215
when 'multipart/form-data'
216-
payload = encode_form_data(params) + "--#{@boundary}--"
216+
payload = encode_form_data(params) + "\r\n--#{@boundary}--"
217217
headers[:'content-type'] = "multipart/form-data; boundary=#{@boundary}"
218218
else
219219
payload = encode(params)

0 commit comments

Comments
 (0)