diff --git a/src/branch_tier.cpp b/src/branch_tier.cpp index a8d1d6ce..13812a95 100644 --- a/src/branch_tier.cpp +++ b/src/branch_tier.cpp @@ -28,7 +28,7 @@ BranchTier::BranchTier(toml::value const &v_) type = table.at("type").as_string(); if(type == "literal") - ; + load_literal_branch(table); else if(type == "glob") ; else if(type == "scan")