diff --git a/bin/out b/bin/out index 0bd3208..e3a6c49 100755 --- a/bin/out +++ b/bin/out @@ -74,6 +74,7 @@ EOF echo "Using silent output" curl -s -X PUT --header 'Content-Type: application/json' --header 'Accept: application/json' -d ${compact_body} "${matrix_endpoint}" else + echo curl -v -X PUT --header 'Content-Type: application/json' --header 'Accept: application/json' -d ${compact_body} "${matrix_endpoint}" curl -v -X PUT --header 'Content-Type: application/json' --header 'Accept: application/json' -d ${compact_body} "${matrix_endpoint}" fi fi