mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
Fixed typo in migration message
no issue - simple rewording to clean up the message
This commit is contained in:
parent
5970f1df9e
commit
bf960bcecb
@ -20,7 +20,7 @@ module.exports = createIrreversibleMigration(async (knex) => {
|
||||
.first();
|
||||
|
||||
if (slackURLSetting && slackUsernameSetting) {
|
||||
logging.warn('slack_url and slack_username setting already exitst');
|
||||
logging.warn('slack_url and slack_username settings already exist');
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user