From 19e4eaaab037c832432b2e3e1202ad542b5fa5a0 Mon Sep 17 00:00:00 2001 From: Caleb Doxsey Date: Thu, 12 Jan 2023 14:54:13 -0700 Subject: [PATCH] show errors --- scripts/get-envoy.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/get-envoy.bash b/scripts/get-envoy.bash index e814904e2..36a1a4501 100755 --- a/scripts/get-envoy.bash +++ b/scripts/get-envoy.bash @@ -14,6 +14,7 @@ for _target in darwin-amd64 darwin-arm64 linux-amd64 linux-arm64; do curl \ --silent \ --fail \ + --show-error \ --compressed \ --location \ --time-cond "$_dir/envoy-$_target" \ @@ -23,6 +24,7 @@ for _target in darwin-amd64 darwin-arm64 linux-amd64 linux-arm64; do curl \ --silent \ --fail \ + --show-error \ --compressed \ --location \ --time-cond "$_dir/envoy-$_target.sha256" \