Skip to content
Snippets Groups Projects
Commit 975fbfce authored by Armin Felder's avatar Armin Felder
Browse files

fixed path in container

parent 78abfe6b
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include "ApplePushModel.h" #include "ApplePushModel.h"
ApplePushModel::ApplePushModel(const std::string &pJson):mPusher(std::string(getcwd(NULL,0))+"/credentials/apple/cred.pem") { ApplePushModel::ApplePushModel(const std::string &pJson):mPusher("/creds/apple/cred.pem") {
Json::Reader reader; Json::Reader reader;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment