Skip to content

Commit

Permalink
Update otel_traces_detector.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
krzko authored Jul 18, 2022
1 parent 27a9c3a commit 8bbf1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/otel_traces_detector.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ if [ ${GITHUB_ACTIONS-} ]; then
fi

# Harness
if [ ${DEPLOYMENT_ID-} ] ]; then
if [ ${DEPLOYMENT_ID-} ]; then
. "${OTEL_SH_LIB_PATH}/otel_traces_detector_harness.sh"
fi

0 comments on commit 8bbf1d1

Please sign in to comment.