Skip to content

Commit

Permalink
fix(config): make configPath correct for ip option
Browse files Browse the repository at this point in the history
refs #216
- server.ip should be server.host
  • Loading branch information
acburdine committed Jun 27, 2017
1 parent 8d96035 commit 9b96937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/config/advanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const BASE_PORT = '2368';
module.exports = {
ip: {
description: 'IP ghost should listen on',
configPath: 'server.ip',
configPath: 'server.host',
type: 'string'
},
url: {
Expand Down

0 comments on commit 9b96937

Please sign in to comment.