From cc9ba9a3e2e6a1381c44a1ed26d584867efa95ab Mon Sep 17 00:00:00 2001 From: Marco Ebert Date: Sat, 11 Jan 2025 21:49:20 +0100 Subject: [PATCH] NGINX: Align quotes. --- 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