diff --git a/src/branches2.cpp b/src/branches2.cpp index e7d18ea5..2cf16dfc 100644 --- a/src/branches2.cpp +++ b/src/branches2.cpp @@ -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()) { } }