0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Fixed typo Migratior -> Migration

This commit is contained in:
Naz 2021-02-24 13:05:29 +13:00
parent 1e3fc8b532
commit 7f51cbf4e9

View file

@ -239,7 +239,7 @@ async function bootGhost() {
const bootLogger = new BootLogger(logging, startTime); const bootLogger = new BootLogger(logging, startTime);
debug('End: Load logging'); debug('End: Load logging');
// Version is required by sentry & Migratior config & so is fundamental to booting // Version is required by sentry & Migration config & so is fundamental to booting
// However, it involves reading package.json so its slow & it's here for visibility on that slowness // However, it involves reading package.json so its slow & it's here for visibility on that slowness
debug('Begin: Load version info'); debug('Begin: Load version info');
require('./server/lib/ghost-version'); require('./server/lib/ghost-version');