typo, using _H1 to provide header keys.

This commit is contained in:
William Sellitti 2022-06-18 12:21:14 -04:00
parent 5f3cb9019b
commit daffc4e6a4
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ HEREDOC
)
# Push certificates to server.
export _HTTPS_INSECURE=1
export ="Authorization: PVEAPIToken=${_proxmoxve_header_api_token}"
export _H1="Authorization: PVEAPIToken=${_proxmoxve_header_api_token}"
_post "$_json_payload" "$_target_url"
}