Browse Source

Whitespace

pull/1602/head
andrewheberle 7 years ago
committed by GitHub
parent
commit
5766ca55c7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      deploy/vmwareuag.sh

2
deploy/vmwareuag.sh

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

Loading…
Cancel
Save