Skip to content

Commit 95a6410

Browse files
Syntax error
Signed-off-by: Russell Seymour <[email protected]>
1 parent 2d08c55 commit 95a6410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/camsa/recipes/chefserver.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
certificate: lazy {
3737
if ::File.exist?(::File.join(node['camsa']['chefserver']['dir']['config'], 'chefssl.rb')) do
38-
::IO.read()::File.join(node['camsa']['chefserver']['dir']['config'], 'chefssl.rb'))
38+
::IO.read(::File.join(node['camsa']['chefserver']['dir']['config'], 'chefssl.rb'))
3939
else
4040
""
4141
end

0 commit comments

Comments
 (0)