Skip to content

Commit bccdde4

Browse files
authored
fix: missing ] on gitlab pipelines (#54)
1 parent ef7cbcf commit bccdde4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/otel_traces_detector_gitlab_ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
log_info "Detected, Gitlab CI..."
2121

22-
if [ -z "${OTEL_SERVICE_NAME-}" }; then
22+
if [ -z "${OTEL_SERVICE_NAME-}" ]; then
2323
return_spaces_to_dashes "${CI_PROJECT_URL}-pipelines" "OTEL_SERVICE_NAME"
2424
fi
2525

0 commit comments

Comments
 (0)