Skip to content

Commit 9b96937

Browse files
committed
fix(config): make configPath correct for ip option
refs #216 - server.ip should be server.host
1 parent 8d96035 commit 9b96937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/config/advanced.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const BASE_PORT = '2368';
1717
module.exports = {
1818
ip: {
1919
description: 'IP ghost should listen on',
20-
configPath: 'server.ip',
20+
configPath: 'server.host',
2121
type: 'string'
2222
},
2323
url: {

0 commit comments

Comments
 (0)