Manager: Do not bail if one of the targets doesn't exist

This commit is contained in:
Riyyi
2022-03-23 23:07:04 +01:00
parent 4cac25b5b3
commit 50baae0a66
-1
View File
@@ -64,7 +64,6 @@ void Dotfile::add(const std::vector<std::string>& targets)
for (size_t i : noExistIndices) {
fprintf(stderr, "\033[31;1mDotfile:\033[0m '%s': no such file or directory\n", targets.at(i).c_str());
}
return;
}
sync(