unnecessary

pull/33756/head
Cameron Clough 4 months ago
parent 757fd46ef8
commit 007c682b51
  1. 2
      selfdrive/ui/installer/installer.cc

@ -84,7 +84,7 @@ int cachedFetch(const std::string &cache) {
LOGD("Fetching with cache: %s", cache.c_str());
run(util::string_format("cp -rp %s %s", cache.c_str(), TMP_INSTALL_PATH).c_str());
run((util::string_format("cd %s && git remote set-branches --add origin %s", TMP_INSTALL_PATH, BRANCH_STR.c_str()).c_str()));
run(util::string_format("cd %s && git remote set-branches --add origin %s", TMP_INSTALL_PATH, BRANCH_STR.c_str()).c_str());
renderProgress(10);

Loading…
Cancel
Save