FIX: fixed a bug where the classes are fixed to a namespace

This commit is contained in:
Henry Winkel
2023-09-27 13:43:04 +02:00
parent 2779eb1be3
commit 49b36053d7
5 changed files with 9 additions and 7 deletions

View File

@@ -215,7 +215,7 @@ namespace kubecontrol
this->createYAML();
LOG_S(ERROR)<< this->PathToYaml_;
LOG_S(INFO)<< this->PathToYaml_;
std::stringstream stream;
stream << YAMLNode_;