Skip to content

Commit 1eb13d2

Browse files
committed
fix typo
1 parent 08fd949 commit 1eb13d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/apache_parameters_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ class { 'apache':
569569
describe 'limitreqline' do
570570
pp = <<-MANIFEST
571571
class { 'apache':
572-
limitreqline => '8190',
572+
limitreqline => 8190,
573573
}
574574
MANIFEST
575575
it 'applys cleanly' do

0 commit comments

Comments
 (0)