From 1a5c07fccecfd7712d0c7132b2697cd3db80b3ee Mon Sep 17 00:00:00 2001 From: k8s-infra-cherrypick-robot <90416843+k8s-infra-cherrypick-robot@users.noreply.github.com> Date: Sat, 11 Jan 2025 12:52:53 -0800 Subject: [PATCH] NGINX: Align quotes. (#12670) Co-authored-by: Marco Ebert --- images/nginx/rootfs/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/nginx/rootfs/build.sh b/images/nginx/rootfs/build.sh index 5667afc17..1d530e640 100755 --- a/images/nginx/rootfs/build.sh +++ b/images/nginx/rootfs/build.sh @@ -105,10 +105,10 @@ export LUA_RESTY_GLOBAL_THROTTLE_VERSION=v0.2.0 export MIMALOC_VERSION=v2.1.7 # Check for recent changes: https://github.com/open-telemetry/opentelemetry-cpp/compare/v1.18.0...main -export OPENTELEMETRY_CPP_VERSION="v1.18.0" +export OPENTELEMETRY_CPP_VERSION=v1.18.0 # Check for recent changes: https://github.com/open-telemetry/opentelemetry-proto/compare/v1.5.0...main -export OPENTELEMETRY_PROTO_VERSION="v1.5.0" +export OPENTELEMETRY_PROTO_VERSION=v1.5.0 export BUILD_PATH=/tmp/build