You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/11/01 02:26:27 UTC

[6/6] git commit: CB-7904 fixed spelling error

CB-7904 fixed spelling error


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

Branch: refs/heads/master
Commit: ab0bbd2d7096049feda949442e5be23f5bc08e51
Parents: 8e4dae8
Author: Steve Gill <st...@gmail.com>
Authored: Fri Oct 31 17:04:42 2014 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Oct 31 18:25:01 2014 -0700

----------------------------------------------------------------------
 src/nightly.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/ab0bbd2d/src/nightly.js
----------------------------------------------------------------------
diff --git a/src/nightly.js b/src/nightly.js
index 542db5b..6cd6e74 100644
--- a/src/nightly.js
+++ b/src/nightly.js
@@ -115,7 +115,7 @@ module.exports = function*(argv) {
     var options = {};
     options.tag = 'nightly';
     options.r = ['lib', 'cli'];
-    optoins.pretend = argv.pretend;
+    options.pretend = argv.pretend;
     yield npmpublish.publishTag(options);
 }
 


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