Skip to content

Commit

Permalink
fix(install): invalid role name #179
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Apr 4, 2019
1 parent b839551 commit 643703e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ installController.install = function (req, res) {
function (done) {
roleSchema.create(
{
name: 'Users',
name: 'User',
description: 'Default role for users',
grants: defaults.userGrants
},
Expand Down

0 comments on commit 643703e

Please sign in to comment.