Skip to content

Commit

Permalink
use a template app that allows non https so jasmine listener works
Browse files Browse the repository at this point in the history
  • Loading branch information
zachawilson committed Aug 4, 2021
1 parent 010e409 commit 996951d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ParamedicApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 996951d

Please sign in to comment.