mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 18:52:14 +03:00
Fixed typo Migratior -> Migration
This commit is contained in:
parent
1e3fc8b532
commit
7f51cbf4e9
@ -239,7 +239,7 @@ async function bootGhost() {
|
||||
const bootLogger = new BootLogger(logging, startTime);
|
||||
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
|
||||
debug('Begin: Load version info');
|
||||
require('./server/lib/ghost-version');
|
||||
|
Loading…
Reference in New Issue
Block a user