mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-02 08:02:00 +08:00
branch_tier.cpp
This commit is contained in:
parent
8843afc96b
commit
28123ac38b
|
@ -27,6 +27,10 @@ namespace l
|
|||
fs::glob(pattern,&paths);
|
||||
|
||||
auto table = v_;
|
||||
|
||||
table["path"] = paths[0];
|
||||
branches_.emplace_back(table);
|
||||
|
||||
for(auto &path : paths)
|
||||
{
|
||||
table["path"] = path;
|
||||
|
|
Loading…
Reference in New Issue
Block a user