Skip to content

Commit

Permalink
fix shellcheck warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Nov 23, 2022
1 parent e684abd commit 3a1c6d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dnsapi/dns_oci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ _signed_request() {
_response="$(_get "https://${_sig_host}${_sig_target}")"
elif [ "$_curl_method" = "PATCH" ]; then
export _H1="$_date_header"
# shellcheck disable=SC2090
export _H2="$_sig_body_sha256"
export _H3="$_sig_body_type"
export _H4="$_sig_body_length"
Expand Down

0 comments on commit 3a1c6d8

Please sign in to comment.