pull/35960/head
Maxime Desroches 4 days ago
parent 4fad5fdc4f
commit 80862e2419
  1. 1
      selfdrive/ui/installer/installer.cc

@ -76,7 +76,6 @@ int freshClone() {
LOGD("Doing fresh clone"); LOGD("Doing fresh clone");
std::string cmd = util::string_format("git clone --progress %s -b %s --depth=1 --recurse-submodules %s 2>&1", 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); GIT_URL.c_str(), BRANCH_STR.c_str(), TMP_INSTALL_PATH);
return executeGitCommand(cmd); return executeGitCommand(cmd);
} }

Loading…
Cancel
Save