fix: renamed check_pipecat_sync.sh

This commit is contained in:
Sabiha Khan 2025-09-30 19:21:03 +05:30
parent 8c5e9b4263
commit 75af6cfa9c
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# check-pipecat-sync.sh
# check_pipecat_sync.sh
#
# Verifies that the pipecat submodule commit SHA matches the one in Dockerfile.
# Used by CI/CD to ensure versions are synchronized before merging.