remove body submodule (#33091)

* remove body submodule

* little more

* fix op
This commit is contained in:
Adeeb Shihadeh
2024-07-26 14:40:14 -07:00
committed by GitHub
parent a1dce6ef47
commit d24b80fca4
5 changed files with 1 additions and 8 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ function op_check_git() {
fi
echo "Checking for git submodules..."
for name in body msgq_repo opendbc panda rednose_repo tinygrad_repo; do
for name in msgq_repo opendbc panda rednose_repo tinygrad_repo; do
if [[ -z $(ls $OPENPILOT_ROOT/$name) ]]; then
echo -e " ↳ [${RED}${NC}] git submodule $name not found! Run 'git submodule update --init --recursive'"
return 1