Skip to content

Commit

Permalink
Fixed typo in email permissions migration
Browse files Browse the repository at this point in the history
  • Loading branch information
naz committed Nov 6, 2019
1 parent 6bc8a1b commit c1ba238
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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));
});
};
Expand Down

0 comments on commit c1ba238

Please sign in to comment.