Fix CI builds

This commit is contained in:
Michael Insel 2018-09-04 18:56:54 +02:00
parent 46163700b4
commit cc417ca176
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ void NodeUtility::SerializeObject(std::ostream& fp, const Dictionary::Ptr& objec
* Returns true if the include is found, otherwise false
*/
bool NodeUtility::GetConfigurationIncludeState(const String& value, bool recursive) {
String configurationFile = Application::GetConst("ConfigDir") + "/icinga2.conf";
String configurationFile = Configuration::ConfigDir + "/icinga2.conf";
Log(LogInformation, "cli")
<< "Reading '" << configurationFile << "'.";