Whitespace

This commit is contained in:
andrewheberle 2018-05-15 14:37:27 +08:00 committed by GitHub
parent d0233d3fa4
commit 5766ca55c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ vmwareuag_deploy() {
# Create JSON request # Create JSON request
_jsonreq=$(_mktemp) _jsonreq=$(_mktemp)
_debug _jsonreq "${_jsonreq}" _debug _jsonreq "${_jsonreq}"
printf '{ "privateKeyPem": "%s", "certChainPem": "%s" }' "${_privatekeypem}" "${_certchainpem}" >"${_jsonreq}" printf '{ "privateKeyPem": "%s", "certChainPem": "%s" }' "${_privatekeypem}" "${_certchainpem}" >"${_jsonreq}"
_debug JSON "$(cat "${_jsonreq}")" _debug JSON "$(cat "${_jsonreq}")"