Skip to content

Commit e13affa

Browse files
authored
fix typo upd
1 parent f6c77c3 commit e13affa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cmd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ server.on('stop', function (addr) {
107107
var hostname = {
108108
http: argv['http-hostname'],
109109
udp4: argv['udp-hostname'],
110-
udp6: argv['upd6-hostname']
110+
udp6: argv['udp6-hostname']
111111
}
112112

113113
server.listen(argv.port, hostname, function () {

0 commit comments

Comments
 (0)