From e6cab24e08323ce1e8d846365a6ca1770a54f851 Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Mon, 17 Oct 2022 15:38:31 -0700 Subject: [PATCH] updated: sync submodules (#26121) --- selfdrive/updated.py | 1 + 1 file changed, 1 insertion(+) diff --git a/selfdrive/updated.py b/selfdrive/updated.py index 9568b28ae3..57f957cfff 100755 --- a/selfdrive/updated.py +++ b/selfdrive/updated.py @@ -365,6 +365,7 @@ class Updater: ["git", "checkout", "--force", "--no-recurse-submodules", "-B", branch, "FETCH_HEAD"], ["git", "reset", "--hard"], ["git", "clean", "-xdff"], + ["git", "submodule", "sync"], ["git", "submodule", "init"], ["git", "submodule", "update"], ]