diff --git a/src/branch_tier.cpp b/src/branch_tier.cpp index c09140c1..961cefd3 100644 --- a/src/branch_tier.cpp +++ b/src/branch_tier.cpp @@ -25,6 +25,9 @@ namespace l pattern = v_.at("path").as_string(); fs::glob(pattern,&paths); + + for(auto &path : paths) + fmt::print("path: {}\n",path); } static