Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7161 from openedx/nadeem/fix-ddtrace-path
Browse files Browse the repository at this point in the history
fix: ddtrace-run path for xqwatcher
  • Loading branch information
nadeemshahzad authored Apr 17, 2024
2 parents 4183381 + 4c8f68a commit 82624e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% set executable = xqwatcher_venv_dir + '/bin/python' %}
{% endif %}
{% if COMMON_ENABLE_DATADOG and COMMON_ENABLE_DATADOG_APP %}
{% set executable = xqwatcher_venv_dir + '/ddtrace-run ' + executable %}
{% set executable = xqwatcher_venv_dir + '/bin/ddtrace-run ' + executable %}
{% endif -%}

[program:{{ xqwatcher_service_name }}]
Expand Down

0 comments on commit 82624e5

Please sign in to comment.