Client fix

This commit is contained in:
2025-12-29 14:04:07 +00:00
parent 37fc8b0cf3
commit 7f32daa6f3
2 changed files with 27 additions and 3 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ namespace config::client
{
struct CollectorConfig
{
std::vector<std::vector<std::string>> disks{{{"R", "/"}}};
std::vector<std::vector<std::string>> disks{{"R", "/"}};
};
} // namespace config::client