From 50baae0a66d6639cbf4364f0cc8b0adaa6b0073b Mon Sep 17 00:00:00 2001 From: Riyyi Date: Wed, 23 Mar 2022 23:07:04 +0100 Subject: [PATCH] Manager: Do not bail if one of the targets doesn't exist --- src/dotfile.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dotfile.cpp b/src/dotfile.cpp index 7e0d94d..1099582 100644 --- a/src/dotfile.cpp +++ b/src/dotfile.cpp @@ -64,7 +64,6 @@ void Dotfile::add(const std::vector& 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(