diff --git a/automation/prometheus/scrape-sync.sh b/automation/prometheus/scrape-sync.sh index 072d7b5..18d7a57 100644 --- a/automation/prometheus/scrape-sync.sh +++ b/automation/prometheus/scrape-sync.sh @@ -11,7 +11,7 @@ for REPO in "${REPOS[@]}"; do done echo "⚙️ Generating additional-scrape-configs.yaml..." -python3 automation/generate-scrape-config.py +python3 automation/generate_scrape_config.py cd .tmp-repos/observability-stack git config user.name "auto-sync"