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

changed cred path

parent 6010ac4a
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
#include "ApplePushModel.h"
ApplePushModel::ApplePushModel(const std::string &pJson):mPusher("./credentials/apple/cred.pem") {
ApplePushModel::ApplePushModel(const std::string &pJson):mPusher(std::string(getcwd(NULL,0))+"/credentials/apple/cred.pem") {
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