From d3a8d05bb9622775992a9fbd4a3e2eca64cbc67c Mon Sep 17 00:00:00 2001 From: Terry Morgan Date: Wed, 18 Mar 2015 09:50:01 +0000 Subject: [PATCH] Fix typo in appstore build command --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 721165c..6d9e8fc 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -93,10 +93,10 @@ module.exports = function(grunt) { stderr: true }, adhoc: { - command: 'ti build -p ios -F <%= ios_family %> -T dist-adhoc -R "<%= ios_adhoc_name %>" -P" <%= ios_adhoc_profile %>" -O ~/Desktop ' + command: 'ti build -p ios -F <%= ios_family %> -T dist-adhoc -R "<%= ios_adhoc_name %>" -P "<%= ios_adhoc_profile %>" -O ~/Desktop ' }, appstore: { - command: 'ti build -p ios -F <%= ios_family %> -T dist-appstore -R "<%= ios_appstore_name %>" -P" <%= ios_apptore_profile %>" -O ~/Desktop ' + command: 'ti build -p ios -F <%= ios_family %> -T dist-appstore -R "<%= ios_appstore_name %>" -P "<%= ios_appstore_name %>" -O ~/Desktop ' }, playstore: { command: 'ti build -T dist-playstore -O ~/Desktop -p android -K <%= android_keystore %> - P <%= android_keypass %>'