mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 11:47:22 +02:00
removed pluralisation @pitaj
This commit is contained in:
@@ -189,7 +189,7 @@ Upgrade.process = function (files, skipCount, callback) {
|
||||
}, next);
|
||||
},
|
||||
function (next) {
|
||||
console.log('Schema update(s) complete!\n'.green);
|
||||
console.log('Schema update complete!\n'.green);
|
||||
setImmediate(next);
|
||||
},
|
||||
], callback);
|
||||
|
||||
Reference in New Issue
Block a user