Skip to content

Commit 029aeca

Browse files
NGINX: Align quotes. (#12673)
Co-authored-by: Marco Ebert <[email protected]>
1 parent 5523bad commit 029aeca

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
@@ -102,10 +102,10 @@ export LUA_RESTY_IPMATCHER_VERSION=3e93c53eb8c9884efe939ef070486a0e507cc5be
102102
export MIMALOC_VERSION=v2.1.7
103103

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

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

110110
export BUILD_PATH=/tmp/build
111111

0 commit comments

Comments
 (0)