Skip to content

Commit 87b512d

Browse files
committed
Correct typo of createdb column
- Change field to rolcreatedb Signed-off-by: Tom Snuverink <[email protected]>
1 parent 31ef26b commit 87b512d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/role.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090

9191
rolename(role_data.fetch('rolname', nil))
9292
superuser(role_data.fetch('rolsuper', nil))
93-
createdb(role_data.fetch('rolecreatedb', nil))
93+
createdb(role_data.fetch('rolcreatedb', nil))
9494
createrole(role_data.fetch('rolcreaterole', nil))
9595
inherit(role_data.fetch('rolinherit', nil))
9696
login(role_data.fetch('rolcanlogin', nil))

0 commit comments

Comments
 (0)