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); }