summaryrefslogtreecommitdiffstats
path: root/integrations
diff options
context:
space:
mode:
authorFotis Voutsas <fotis@netdata.cloud>2024-02-07 09:49:57 +0200
committerGitHub <noreply@github.com>2024-02-07 09:49:57 +0200
commit9e31437e8461381271d4105ead7c489273bc476a (patch)
tree5e8291530e05b4a51327f880bd3f3fbc322a69ed /integrations
parent8c736bb135754fad5045661f70f0176636bb0bb6 (diff)
Fix path in health integrations (#16956)
fix path
Diffstat (limited to 'integrations')
-rwxr-xr-xintegrations/gen_integrations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/integrations/gen_integrations.py b/integrations/gen_integrations.py
index 5b2b1d3404..5e56e4ddaa 100755
--- a/integrations/gen_integrations.py
+++ b/integrations/gen_integrations.py
@@ -43,7 +43,7 @@ EXPORTER_SOURCES = [
]
NOTIFICATION_SOURCES = [
- (AGENT_REPO, REPO_PATH / 'health' / 'notifications', True),
+ (AGENT_REPO, REPO_PATH / 'src' / 'health' / 'notifications', True),
(AGENT_REPO, INTEGRATIONS_PATH / 'cloud-notifications' / 'metadata.yaml', False),
]