From 80862e241926546b516cb6e4fd23c0cac8c4e2ac Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Mon, 11 Aug 2025 16:35:45 -0700 Subject: [PATCH] line --- selfdrive/ui/installer/installer.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/selfdrive/ui/installer/installer.cc b/selfdrive/ui/installer/installer.cc index d937b46390..5b375849ff 100644 --- a/selfdrive/ui/installer/installer.cc +++ b/selfdrive/ui/installer/installer.cc @@ -76,7 +76,6 @@ int freshClone() { LOGD("Doing fresh clone"); std::string cmd = util::string_format("git clone --progress %s -b %s --depth=1 --recurse-submodules %s 2>&1", GIT_URL.c_str(), BRANCH_STR.c_str(), TMP_INSTALL_PATH); - return executeGitCommand(cmd); }