Skip to content

Commit

Permalink
Fix minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanuary authored Oct 16, 2017
1 parent f2d59db commit dba457a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion probes/https-outbound-probe.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function formatURL(httpsOptions) {
if (httpsOptions.host) {
url += httpsOptions.host;
} else if (httpsOptions.hostname) {
url += httpsOptions.host;
url += httpsOptions.hostname;
} else {
url += 'localhost';
}
Expand Down

0 comments on commit dba457a

Please sign in to comment.