You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/09/05 21:11:40 UTC

git commit: fix typo in script command

Repository: cordova-coho
Updated Branches:
  refs/heads/master e5e996e60 -> ee12e6d48


fix typo in script command


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

Branch: refs/heads/master
Commit: ee12e6d48e2d5183a5d37a05d2ed9e8777c62906
Parents: e5e996e
Author: Marcel Kinard <cm...@gmail.com>
Authored: Fri Sep 5 15:11:15 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Fri Sep 5 15:11:15 2014 -0400

----------------------------------------------------------------------
 docs/tools-release-process.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/ee12e6d4/docs/tools-release-process.md
----------------------------------------------------------------------
diff --git a/docs/tools-release-process.md b/docs/tools-release-process.md
index e4f28a3..35e7219 100644
--- a/docs/tools-release-process.md
+++ b/docs/tools-release-process.md
@@ -121,7 +121,7 @@ Update each repo's RELEASENOTES.md file with changes
 Update the version of cordova-lib that cli and plugman depend on:
 
     v="$(grep '"version"' cordova-lib/cordova-lib/package.json | cut -d'"' -f4)"
-    sed -i '' -E 's/"cordova-lib":.*/"cordova-lib"*: "'$v'",/' cordova-cli/package.json
+    sed -i '' -E 's/"cordova-lib":.*/"cordova-lib": "'$v'",/' cordova-cli/package.json
     sed -i '' -E 's/"cordova.lib":.*/"cordova-lib": "'$v'",/' cordova-plugman/package.json
 
 Create npm-shrinkwrap.json in lib, cli, and plugman: