Skip to content

Commit

Permalink
Fixed comment typo (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maya Vera authored and jyee committed Jul 8, 2019
1 parent 81d29ee commit 21cc928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/datadog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ else
bash -c "$DD_DIR/embedded/bin/trace-agent -config $DATADOG_CONF 2>&1 &"
fi

# The Process Agen must be run explicitly
# The Process Agent must be run explicitly
if [ "$DD_PROCESS_AGENT" == "true" ]; then
echo "Starting Datadog Process Agent on $DD_HOSTNAME"
bash -c "$DD_DIR/embedded/bin/process-agent -config $DATADOG_CONF 2>&1 &"
Expand Down

0 comments on commit 21cc928

Please sign in to comment.