Skip to content

Commit

Permalink
fix: source verify-common.sh path
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Mehala <damien.mehala@datadoghq.com>
  • Loading branch information
dmehala committed Aug 24, 2024
1 parent 38df254 commit 5cf6eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datadog-tracing/verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export NAME=datadog-tracing
export PORT_PROXY="${DATADOG_PORT_PROXY:-10400}"

# shellcheck source=examples/verify-common.sh
# shellcheck source=verify-common.sh
. "$(dirname "${BASH_SOURCE[0]}")/../verify-common.sh"

run_log "Make a request to http service"
Expand Down

0 comments on commit 5cf6eb7

Please sign in to comment.