Skip to content

Commit

Permalink
Changed the method name : getHTTPSAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
menakaj committed Jan 27, 2016
1 parent f011141 commit 52e63cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var serverAddress = function () {
host = process.getProperty('server.host'),
ip = process.getProperty('carbon.local.ip');
var publicMethods = {};
publicMethods.getHPPSTSAddress = function () {
publicMethods.getHTTPSAddress = function () {
var port = process.getProperty('mgt.transport.https.proxyPort');
if (!port) {
port = process.getProperty('mgt.transport.https.port');
Expand Down

0 comments on commit 52e63cb

Please sign in to comment.