Skip to content

Commit db42203

Browse files
committed
Merge pull request puppetlabs#549 from arioch/fix_invalid_byte_sequence
Fix invalid byte sequence in US-ASCII error
2 parents 094f5d8 + 0625b91 commit db42203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/server/grant.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
# If you need such grant, use:
9090
# postgresql::grant { 'table:foo':
9191
# role => 'joe',
92-
#
92+
# ...
9393
# object_type => 'TABLE',
9494
# object_name => [$schema, $table],
9595
# }

0 commit comments

Comments
 (0)