You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2013/03/04 20:32:51 UTC

[75/91] [abbrv] git commit: Issue #24 Unexpected end of input fix

Issue #24 Unexpected end of input fix


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

Branch: refs/heads/master
Commit: a4348fd05b05a20cb294343b961e7ccef5db08b8
Parents: acd44cd
Author: Anis Kadri <an...@gmail.com>
Authored: Mon Feb 4 15:49:45 2013 -0800
Committer: Anis Kadri <an...@gmail.com>
Committed: Mon Feb 4 15:49:45 2013 -0800

----------------------------------------------------------------------
 util/plugins.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/a4348fd0/util/plugins.js
----------------------------------------------------------------------
diff --git a/util/plugins.js b/util/plugins.js
index dfa74b1..e165f55 100644
--- a/util/plugins.js
+++ b/util/plugins.js
@@ -1,6 +1,6 @@
 #!/usr/bin/env node
 // FIXME: change this quickly
-var url = "http://ec2-184-72-173-33.compute-1.amazonaws.com";
+var url = "http://plugins.cordova.io";
 var http = require('http'),
     osenv = require('osenv'),
     path = require('path'),