From cc341973b022b807f6cf9eafdcdbbf3baa151b44 Mon Sep 17 00:00:00 2001 From: Marco Ebert Date: Sat, 11 Jan 2025 21:52:02 +0100 Subject: [PATCH] NGINX: Align quotes. (#12669) --- 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 a9324638e..297abf777 100755 --- a/images/nginx/rootfs/build.sh +++ b/images/nginx/rootfs/build.sh @@ -99,10 +99,10 @@ export LUA_RESTY_IPMATCHER_VERSION=3e93c53eb8c9884efe939ef070486a0e507cc5be export MIMALOC_VERSION=v2.1.9 # 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