From bd31265d23e9111cbb72216b98a25de0c0b18706 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Sat, 6 Jan 2024 10:44:13 -0800 Subject: [PATCH] Make update-vendor log the go env --- hack/update-vendor.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/update-vendor.sh b/hack/update-vendor.sh index c416239b3e6..fd9f742321e 100755 --- a/hack/update-vendor.sh +++ b/hack/update-vendor.sh @@ -55,6 +55,7 @@ exec 22>&2 # Real stderr, use this explicitly exec 1>"${LOG_FILE}" # Automatic stdout exec 2>&1 # Automatic stderr set -x # Trace this script to stderr +go env # For the log function finish { ret=$?