Fix path in health integrations (#16956)
fix path
Fotis Voutsas committed
Feb 7, 2024 at 09:49 UTC
9e31437e8461381271d4105ead7c489273bc476a
1 file changed
+1
-1
integrations/gen_integrations.py
+1
-1
@@ -43,7 +43,7 @@ EXPORTER_SOURCES = [
43
]
44
45
NOTIFICATION_SOURCES = [
46
- (AGENT_REPO, REPO_PATH / 'health' / 'notifications', True),
46
+ (AGENT_REPO, REPO_PATH / 'src' / 'health' / 'notifications', True),
47
(AGENT_REPO, INTEGRATIONS_PATH / 'cloud-notifications' / 'metadata.yaml', False),
48
]
49