Skip to content

Commit

Permalink
Remove extra slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
jgranick authored and BigBlueHat committed Jun 9, 2017
1 parent 0803f36 commit 7e9ff0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/http-server
Expand Up @@ -149,7 +149,7 @@ function listen(port) {
logger.info('Hit CTRL-C to stop the server');
if (argv.o) {
opener(
protocol + '//' + canonicalHost + ':' + port,
protocol + canonicalHost + ':' + port,
{ command: argv.o !== true ? argv.o : null }
);
}
Expand Down

0 comments on commit 7e9ff0b

Please sign in to comment.