add the default value

This commit is contained in:
Yarik Briukhovetskyi 2024-10-21 16:36:39 +02:00 committed by GitHub
parent 511aa39b09
commit 1a958122e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -121,7 +121,7 @@ public:
static inline const auto SUBSTITUTION_ATTRS = {"incl", "from_zk", "from_env"};
bool is_config_changed;
bool is_config_changed = true;
private:
const std::string path;
std::string preprocessed_path;