diff --git a/src/branch2.cpp b/src/branch2.cpp index e91a7336..fae8bfb4 100644 --- a/src/branch2.cpp +++ b/src/branch2.cpp @@ -3,5 +3,5 @@ Branch2::Branch2(toml::value const &v_) { - + enabled = v_["enabled"].as_boolean(); }