mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Fixed typo in email permissions migration
This commit is contained in:
parent
6bc8a1bb18
commit
c1ba238450
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ module.exports.up = (options) => {
|
|||
const modelToAdd = _private.getPermissions(resource);
|
||||
|
||||
return utils.addFixturesForModel(modelToAdd, localOptions)
|
||||
.then(result => _private.printResult(result, `Adding permissions fixtures for ${resource}s`))
|
||||
.then(result => _private.printResult(result, `Adding permissions fixtures for ${resource}`))
|
||||
.then(() => permissions.init(localOptions));
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue