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).'); } }