diff --git a/models/ApplePushModel.cpp b/models/ApplePushModel.cpp
index cc4d5ad9ca4f52164b3dc5be56016addeed9bb2e..b228d4e61c0f43610dfcfc79f28419590be67900 100644
--- a/models/ApplePushModel.cpp
+++ b/models/ApplePushModel.cpp
@@ -25,7 +25,7 @@
 #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;