Commit 8e43b86f authored by Ivru's avatar Ivru
Browse files

Export header _H3

parent eea9aaf9
......@@ -154,7 +154,7 @@ _exoscale_rest() {
fi
if [ "$data" ] || [ "$method" = "DELETE" ]; then
_H3="Content-Type: application/json"
export _H3="Content-Type: application/json"
_debug data "$data"
response="$(_post "$data" "$request_url" "" "$method")"
else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment