diff --git a/lib/ParamedicApp.js b/lib/ParamedicApp.js index c7ac0744..947d2efb 100644 --- a/lib/ParamedicApp.js +++ b/lib/ParamedicApp.js @@ -51,7 +51,7 @@ class ParamedicApp { this.tempFolder = tmp.dirSync(); tmp.setGracefulCleanup(); logger.info('cordova-paramedic: creating temp project at ' + this.tempFolder.name); - exec(this.config.getCli() + ' create ' + this.tempFolder.name + utilities.PARAMEDIC_COMMON_CLI_ARGS + ' --template=github:apache/cordova-app-hello-world#48ccfb9'); + exec(this.config.getCli() + ' create ' + this.tempFolder.name + utilities.PARAMEDIC_COMMON_CLI_ARGS + ' --template=github:SwitchCaseGroup/cordova-app-hello-world#allow-http-for-posting-status'); return this.tempFolder; }