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/10/01 02:22:34 UTC

git commit: fixed typo

Repository: cordova-coho
Updated Branches:
  refs/heads/master d247dd140 -> 137f3da61


fixed typo

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

Branch: refs/heads/master
Commit: 137f3da6119f8d492a50364db10bf3707586cc93
Parents: d247dd1
Author: Steve Gill <st...@adobe.com>
Authored: Tue Sep 30 17:21:53 2014 -0700
Committer: Steve Gill <st...@adobe.com>
Committed: Tue Sep 30 17:21:53 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/137f3da6/docs/tools-release-process.md
----------------------------------------------------------------------
diff --git a/docs/tools-release-process.md b/docs/tools-release-process.md
index ea3d3e8..46c184b 100644
--- a/docs/tools-release-process.md
+++ b/docs/tools-release-process.md
@@ -61,7 +61,7 @@ Ensure you're up-to-date:
     (cd cordova-js && npm link)
     (cd cordova-lib/cordova-lib && rm -r node_modules && npm link cordova-js && npm install && npm link)
     (cd cordova-plugman && rm -r node_modules && npm link cordova-lib && npm install)
-    (cd cordova-cli && rpm npm-shrinkwrap.json && rm -r node_modules && npm link cordova-lib && npm install)
+    (cd cordova-cli && rm npm-shrinkwrap.json && rm -r node_modules && npm link cordova-lib && npm install)
 
 Ensure license headers are present everywhere. For reference, see this [background](http://www.apache.org/legal/src-headers.html).