Skip to content

Commit

Permalink
#51 minor typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
itayw committed Mar 31, 2014
1 parent d0a18f6 commit 8fede49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common/dispatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dispatch.buildstub = function (callback) {
var parts = require('url').parse(joolaio.options.host);
var port = parts.port;
if (!port)
port = parts.protocol === 'http' ? 80 : 443;
port = parts.protocol === 'http:' ? 80 : 443;
var options = {
host: parts.hostname,
port: port,
Expand Down

0 comments on commit 8fede49

Please sign in to comment.