From 771b04e0d7d2ccb20aab90726d74f78fc88d0d90 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 10 Mar 2024 17:56:19 -0500 Subject: [PATCH] branch2.hpp --- src/branch2.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };