Skip to content

Commit cc34197

Browse files
authored
NGINX: Align quotes. (#12669)
1 parent 698c3c0 commit cc34197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/nginx/rootfs/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ export LUA_RESTY_IPMATCHER_VERSION=3e93c53eb8c9884efe939ef070486a0e507cc5be
9999
export MIMALOC_VERSION=v2.1.9
100100

101101
# Check for recent changes: https://github.com/open-telemetry/opentelemetry-cpp/compare/v1.18.0...main
102-
export OPENTELEMETRY_CPP_VERSION="v1.18.0"
102+
export OPENTELEMETRY_CPP_VERSION=v1.18.0
103103

104104
# Check for recent changes: https://github.com/open-telemetry/opentelemetry-proto/compare/v1.5.0...main
105-
export OPENTELEMETRY_PROTO_VERSION="v1.5.0"
105+
export OPENTELEMETRY_PROTO_VERSION=v1.5.0
106106

107107
export BUILD_PATH=/tmp/build
108108

0 commit comments

Comments
 (0)