removed pluralisation @pitaj

This commit is contained in:
Julian Lam
2017-12-19 14:21:15 -05:00
parent 50cc62e2aa
commit 6d15861a55

View File

@@ -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);