From 1fda61c3bbdbdac2ebb771e2e9806ffefefe9dee Mon Sep 17 00:00:00 2001 From: Lukas Frank Date: Tue, 29 Oct 2024 14:22:11 +0100 Subject: [PATCH] review comment --- hack/update-codegen.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/hack/update-codegen.sh b/hack/update-codegen.sh index 09e9d140..d648de66 100755 --- a/hack/update-codegen.sh +++ b/hack/update-codegen.sh @@ -82,7 +82,6 @@ for GV in ${ALL_VERSION_GROUPS}; do done applyconfigurationgen_external_apis_csv=$(IFS=,; echo "${applyconfigurationgen_external_apis[*]}") - # Do not rely on process substitution / GNU bash tmp_schema_file=$(mktemp) trap 'rm -f "$tmp_schema_file"' EXIT