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