From 2a86f697abcb3b54a04929cafa23795ce41286a5 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 10 Jun 2018 14:39:10 -0400 Subject: typo fix --- build_android.sh | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build_android.sh b/build_android.sh index bb632c89..ef32e7e3 100755 --- a/build_android.sh +++ b/build_android.sh @@ -89,7 +89,7 @@ if [ "$BUILD_MODE" = "native" ] || [ "$BUILD_MODE" = "all" ]; then # use the right plugin for SSL certificate mgmt cordova plugin remove cordova-plugin-crosswalk-certificate-pp-fork - cordova plugin add cordova-plugin-cerfificates + cordova plugin add cordova-plugin-certificates cp "$NINJAKEYSTORE" platforms/android/ # Make sure native builds are only deployed in devices < Android 5 diff --git a/package.json b/package.json index d500e422..85a25f13 100644 --- a/package.json +++ b/package.json @@ -94,4 +94,4 @@ "gulp-rename": "^1.2.3", "gulp-sass": "^4.0.1" } -} +} \ No newline at end of file -- cgit v1.2.3