Skip to content

Commit 0368d3c

Browse files
committed
Change the minimum length of license content to 10
1 parent a6dacc6 commit 0368d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/license.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# Contents of the license file
2121
#
2222
class zend_common::license (
23-
Optional[String[10]] $content = undef,
23+
Optional[String[1]] $content = undef,
2424
Optional[String[1]] $source = undef,
2525
) {
2626
if $content {

0 commit comments

Comments
 (0)