From 80642793a6db2856a4a76d3fe1faa7a14c406764 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Mon, 10 Jan 2022 22:01:24 +0100 Subject: [PATCH] Manager: Fix directory creation in the dotfile directory --- src/dotfile.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/dotfile.cpp b/src/dotfile.cpp index b3d5ced..bdf6aed 100644 --- a/src/dotfile.cpp +++ b/src/dotfile.cpp @@ -124,7 +124,6 @@ void Dotfile::pull(const std::vector& targets) paths[1] = homeFile; }, [](std::string* paths, const std::string& systemFile) { - printf("system file: %s", systemFile.c_str()); // systemFile = /home//dotfiles/ // copy: -> /home//dotfiles/ paths[0] = systemFile.substr(s_workingDirectorySize); @@ -204,7 +203,7 @@ void Dotfile::sync(const std::vector& paths, const std::vector