Skip to content
Snippets Groups Projects
Commit c87ad51a authored by Benjamin Wingfield's avatar Benjamin Wingfield
Browse files

fix callback

parent 57f2abeb
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ callback_exit_handler() \{
# escaping json is a pain
echo $body > callback.txt
curl -X POST -H "Content-Type: application/json" -H "Authorization: Bearer $CALLBACK_TOKEN" --data @callback.txt $url
curl -X POST -H "Content-Type: application/json" -H "Authorization: Basic $CALLBACK_TOKEN" --data @callback.txt $url
exit $exit_code
}
......
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