diff --git a/es-core/src/HttpReq.cpp b/es-core/src/HttpReq.cpp index 9c4ba55d8..ee84cd8cd 100644 --- a/es-core/src/HttpReq.cpp +++ b/es-core/src/HttpReq.cpp @@ -70,7 +70,7 @@ HttpReq::HttpReq(const std::string& url) // these latter operating systems unless the bundled file is used. curl_easy_setopt(mHandle, CURLOPT_CAINFO, ResourceManager::getInstance() - ->getResourcePath(":/certificates/curl-ca-bundle.crt") + .getResourcePath(":/certificates/curl-ca-bundle.crt") .c_str()); #endif