mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-12-03 14:03:37 +08:00
branch_tier.cpp
This commit is contained in:
parent
40158677dc
commit
9d5c9edd1d
|
@ -16,7 +16,7 @@ BranchTier::BranchTier(toml::value const &v_)
|
||||||
auto const &table = branch.as_table();
|
auto const &table = branch.as_table();
|
||||||
std::string type;
|
std::string type;
|
||||||
|
|
||||||
type = table.at("type");
|
type = table.at("type").as_string();
|
||||||
|
|
||||||
fmt::print("{}\n",type);
|
fmt::print("{}\n",type);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user