We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 309b6ed commit 8f6c198Copy full SHA for 8f6c198
1 file changed
lib/shared.bash
@@ -292,7 +292,8 @@ function run_docker_compose() {
292
293
command+=(-p "$(docker_compose_project_name)")
294
295
- local disable_otel_config="$(plugin_read_config DISABLE_HOST_OTEL_TRACING "false")"
+ local disable_otel_config
296
+ disable_otel_config="$(plugin_read_config DISABLE_HOST_OTEL_TRACING "false")"
297
298
if [[ "$disable_otel_config" == "true" ]]; then
299
# Disable docker-compose OTEL tracing by clearing environment variables
0 commit comments