From 1d344f78fbddf69fcc8a3b7c9f04c83af8d2a167 Mon Sep 17 00:00:00 2001 From: andrewheberle Date: Thu, 6 Jun 2019 23:36:29 +0800 Subject: [PATCH] shfmt spacing fix --- deploy/sophosxg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/sophosxg.sh b/deploy/sophosxg.sh index ac47ca14..3a13daea 100644 --- a/deploy/sophosxg.sh +++ b/deploy/sophosxg.sh @@ -55,7 +55,7 @@ sophosxg_do_req() { _do_req_post="$(printf '%s--%s\r\n' "${_do_req_post}" "${_do_req_boundary}")" _do_req_post="$(printf '%sContent-Type: application/octet-stream\r\n' "${_do_req_post}")" _do_req_post="$(printf '%sContent-Disposition: form-data; filename="%s"; name="file"\r\n' "${_do_req_post}" "${_do_req_certfile}")" - _do_req_post="$(printf '%s%s\r\n' "${_do_req_post}" "$(_base64 < "${_do_req_pfx}")")" + _do_req_post="$(printf '%s%s\r\n' "${_do_req_post}" "$(_base64 <"${_do_req_pfx}")")" _do_req_post="$(printf '%s--%s--\r\n' "${_do_req_post}" "${_do_req_boundary}")" # do POST