diff options
Diffstat (limited to 'integrations/gen_integrations.py')
-rwxr-xr-x | integrations/gen_integrations.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integrations/gen_integrations.py b/integrations/gen_integrations.py index 9510fdc7f..b4516eebe 100755 --- a/integrations/gen_integrations.py +++ b/integrations/gen_integrations.py @@ -29,7 +29,7 @@ COLLECTOR_SOURCES = [ (AGENT_REPO, REPO_PATH / 'src' / 'collectors', True), (AGENT_REPO, REPO_PATH / 'src' / 'collectors' / 'charts.d.plugin', True), (AGENT_REPO, REPO_PATH / 'src' / 'collectors' / 'python.d.plugin', True), - (AGENT_REPO, REPO_PATH / 'src' / 'go' / 'collectors' / 'go.d.plugin' / 'modules', True), + (AGENT_REPO, REPO_PATH / 'src' / 'go' / 'plugin' / 'go.d' / 'modules', True), ] DEPLOY_SOURCES = [ |