Skip to content

Commit dba457a

Browse files
authored
Fix minor bug
1 parent f2d59db commit dba457a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

probes/https-outbound-probe.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function formatURL(httpsOptions) {
119119
if (httpsOptions.host) {
120120
url += httpsOptions.host;
121121
} else if (httpsOptions.hostname) {
122-
url += httpsOptions.host;
122+
url += httpsOptions.hostname;
123123
} else {
124124
url += 'localhost';
125125
}

0 commit comments

Comments
 (0)