mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed typo in migration message
no issue - simple rewording to clean up the message
This commit is contained in:
parent
5970f1df9e
commit
bf960bcecb
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ module.exports = createIrreversibleMigration(async (knex) => {
|
||||||
.first();
|
.first();
|
||||||
|
|
||||||
if (slackURLSetting && slackUsernameSetting) {
|
if (slackURLSetting && slackUsernameSetting) {
|
||||||
logging.warn('slack_url and slack_username setting already exitst');
|
logging.warn('slack_url and slack_username settings already exist');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue