Blame SOURCES/0008-tang-dump-url-on-error-communication.patch

598859
--- clevis-15-ori/src/pins/tang/clevis-decrypt-tang	2020-10-28 19:55:47.673228700 +0100
598859
+++ clevis-15/src/pins/tang/clevis-decrypt-tang	2022-01-21 10:37:40.327825491 +0100
598859
@@ -73,10 +73,10 @@
598859
 
598859
 xfr="$(jose jwk exc -i '{"alg":"ECMR"}' -l- -r- <<< "$clt$eph")"
598859
 
598859
-url="$url/rec/$kid"
598859
+rec_url="$url/rec/$kid"
598859
 ct="Content-Type: application/jwk+json"
598859
-if ! rep="$(curl -sfg -X POST -H "$ct" --data-binary @- "$url" <<< "$xfr")"; then
598859
-    echo "Error communicating with the server!" >&2
598859
+if ! rep="$(curl -sfg -X POST -H "$ct" --data-binary @- "$rec_url" <<< "$xfr")"; then
598859
+    echo "Error communicating with the server $url" >&2
598859
     exit 1
598859
 fi
598859