Fix plugin url for cordova 4.3.0

This commit is contained in:
Gustavo Maximiliano Cortez 2015-10-08 11:48:40 -03:00
parent bc41495610
commit 92186fcfdc
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ if [ ! -d $PROJECT ]; then
cordova plugin add org.apache.cordova.file
checkOK
cordova plugin add cordova-plugin-touch-id && cordova prepare
cordova plugin add https://github.com/EddyVerbruggen/cordova-plugin-touch-id && cordova prepare
checkOK
fi