Skip to content

Commit d24772c

Browse files
author
Pavel Pulec
committed
fix syntax error
stdlib/lib/puppet/parser/functions/fqdn_rand_string.rb:21: syntax error, unexpected null fqdn_rand_string(10, 'ABCDEF!@#$%^') ^ Signed-off-by: Pavel Pulec <[email protected]>
1 parent 3310305 commit d24772c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/parser/functions/fqdn_rand_string.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
@example Example Usage:
2020
fqdn_rand_string(10)
21-
fqdn_rand_string(10, 'ABCDEF!@#$%^')
21+
fqdn_rand_string(10, 'ABCDEF!@$%^')
2222
fqdn_rand_string(10, '', 'custom seed')
2323
DOC
2424
) do |args|

0 commit comments

Comments
 (0)