diff --git a/src/branch2.hpp b/src/branch2.hpp index be62527a..bc2ce049 100644 --- a/src/branch2.hpp +++ b/src/branch2.hpp @@ -32,5 +32,5 @@ public: uint64_t min_free_space; int fd; ghc::filesystem::path path; - std::vector excludes; + std::vector exclude_patterns; };