mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-30 12:33:49 +08:00
branches2.cpp
This commit is contained in:
parent
7b76221d1b
commit
61d84a9418
|
@ -11,7 +11,7 @@ Branches2::Branches2(toml::value const &v_)
|
|||
{
|
||||
auto const &tiers = toml::find(v_,"tier");
|
||||
|
||||
for(auto const &branch : branches.as_array())
|
||||
for(auto const &tier : tiers.as_array())
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user