You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by na...@apache.org on 2014/12/22 16:53:08 UTC

[11/12] cordova-amazon-fireos git commit: Fix syntax error in 3aca14d53068

Fix syntax error in 3aca14d53068


Project: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/commit/f36ebacd
Tree: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/tree/f36ebacd
Diff: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/diff/f36ebacd

Branch: refs/heads/master
Commit: f36ebacd2de06bd61bae9bd1c53c08a0fa942db0
Parents: 06b3ee5
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Dec 10 21:16:18 2014 -0500
Committer: Ajitha <aj...@amazon.com>
Committed: Sat Dec 13 19:09:26 2014 +0000

----------------------------------------------------------------------
 bin/templates/cordova/lib/build.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/blob/f36ebacd/bin/templates/cordova/lib/build.js
----------------------------------------------------------------------
diff --git a/bin/templates/cordova/lib/build.js b/bin/templates/cordova/lib/build.js
index 3dc3b3d..461af3b 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).');
         }
     }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org