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/04/07 23:07:32 UTC

[36/53] [abbrv] git commit: Removed the $ from the cordova add plugin command.

Removed the $ from the cordova add plugin command.


Project: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/commit/0b2fbdff
Tree: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/tree/0b2fbdff
Diff: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/diff/0b2fbdff

Branch: refs/heads/master
Commit: 0b2fbdffb878380c1dd8c775cd405c7755c495fd
Parents: 7b377c3
Author: Josh Bavari <jo...@raisemore.com>
Authored: Sun Mar 30 09:06:10 2014 -0500
Committer: Josh Bavari <jo...@raisemore.com>
Committed: Sun Mar 30 09:06:10 2014 -0500

----------------------------------------------------------------------
 attachments/partials/views/packageDetails.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/0b2fbdff/attachments/partials/views/packageDetails.html
----------------------------------------------------------------------
diff --git a/attachments/partials/views/packageDetails.html b/attachments/partials/views/packageDetails.html
index 6db5e4d..c53f5aa 100644
--- a/attachments/partials/views/packageDetails.html
+++ b/attachments/partials/views/packageDetails.html
@@ -86,7 +86,7 @@
                 <div class="package-label column-12--hand">Install {{description}} using the <a href="http://cordova.apache.org/docs/en/edge/guide_cli_index.md.html#The%20Command-line%20Interface">Cordova CLI:</a></div>
             </div>
             <div class="row">
-            <span>$</span> cordova plugin add {{packageID}}
+                cordova plugin add {{packageID}}
             </div>
         </div>