Skip to content

Commit 98c88ec

Browse files
authored
Merge pull request #1029 from pulecp/fqdn_rand_string_syntax_error
fix lib/puppet/parser/functions/fqdn_rand_string.rb:21: syntax error
2 parents ba8fb0f + d24772c commit 98c88ec

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)