Skip to content

Commit

Permalink
chore(utils): add missing space to error message
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian5 authored and acburdine committed Oct 9, 2019
1 parent dc7cb66 commit e0bcbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/log.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class LogCommand extends Command {
config: {
'logging.transports': instance.config.get('logging.transports').join(', ')
},
message: 'You have excluded file logging in your ghost config.' +
message: 'You have excluded file logging in your ghost config. ' +
'You need to add it to your transport config to use this command.',
environment: this.system.environment
}));
Expand Down

0 comments on commit e0bcbae

Please sign in to comment.