diff --git a/src/dotfile.cpp b/src/dotfile.cpp index a40a5fe..2b7d53b 100644 --- a/src/dotfile.cpp +++ b/src/dotfile.cpp @@ -108,7 +108,7 @@ void Dotfile::push(const std::vector& targets) } bool Dotfile::match(const std::filesystem::directory_entry& path, - const std::vector& patterns) + const std::vector& patterns) { std::string pathString = path.path().string(); assert(pathString.front() == '/');