summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@users.noreply.github.com>2019-03-19 07:33:50 -0400
committerGitHub <noreply@github.com>2019-03-19 07:33:50 -0400
commitb952a65d28bf88e6fd83962d166a7bd2b16718ab (patch)
treefb29fef76983acf41b407737070a4093d14c1ba2
parenta032d9b8e20b56252f33f7ff0fdfc20f73ec5fba (diff)
parentb8613999bb265a1e4d9a59db0f8c72c2636085f4 (diff)
Merge pull request #794 from gtozzi/master
Fixing typo
-rwxr-xr-xbuild_android.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_android.sh b/build_android.sh
index d5c530eb..9c4e1a53 100755
--- a/build_android.sh
+++ b/build_android.sh
@@ -125,6 +125,6 @@ echo "Adding back wkwebview and removing certificate fork..."
cordova plugin remove cordova-plugin-certificates-pp-fork > /dev/null 2>&1
cordova plugin add https://github.com/pliablepixels/cordova-plugin-ionic-webview.git > /dev/null 2>&1
-echo "If you faced DEX etc goofy errors, cd platform/android && gradle clean or try removing/adding android"
+echo "If you faced DEX etc goofy errors, cd platforms/android && gradle clean or try removing/adding android"