From d80d532a2a24e67573d9116b06d62c6c5187aa61 Mon Sep 17 00:00:00 2001 From: Andrew Grieve Date: Wed, 10 Dec 2014 21:16:18 -0500 Subject: [PATCH] Fix syntax error in 3aca14d53068 --- bin/templates/cordova/lib/build.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/templates/cordova/lib/build.js b/bin/templates/cordova/lib/build.js index 3dc3b3db..461af3b0 100644 --- a/bin/templates/cordova/lib/build.js +++ b/bin/templates/cordova/lib/build.js @@ -348,10 +348,10 @@ function parseOpts(options, resolvedTarget) { ret.buildMethod = 'none'; break; default : - console.warn('Build option \'' + options[i] + '\' not recognized (ignoring).'; + console.warn('Build option \'' + options[i] + '\' not recognized (ignoring).'); } } else { - console.warn('Build option \'' + options[i] + '\' not recognized (ignoring).'; + console.warn('Build option \'' + options[i] + '\' not recognized (ignoring).'); } }