DataDog / datadog-process-agent

Datadog Process Agent
https://datadoghq.com
20 stars 9 forks source link

Accept different return path from `GetProgramDataDir()`. Underlying #280

Closed derekwbrown closed 5 years ago

derekwbrown commented 5 years ago

implementation was changed to be the root of the config path (programdata\datadog) by default, to allow for changing the config path at install time. Amend the return value accordingly, and update the commit hash from datadog-agent

shang-wang commented 5 years ago

I left a comment, should be an easy fix. Also you might have to run dep ensure to update Gopkg.lock for your change in Gopkg.toml.

sunhay commented 5 years ago

I'm fixing the merge conflict (I updated to a later version in another PR) and will then merge this PR