mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-30 12:33:49 +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();
|
||||
std::string type;
|
||||
|
||||
type = table.at("type");
|
||||
type = table.at("type").as_string();
|
||||
|
||||
fmt::print("{}\n",type);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user