Skip to content

Commit

Permalink
Update lib/openssl/config.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Karol Bucek <[email protected]>
  • Loading branch information
edipofederle and kares authored Jun 10, 2024
1 parent 9319b74 commit a6823c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/openssl/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def parse(string)
# Raises a ConfigError on invalid configuration data.
def parse_config(io)
begin
if(io.instance_of?(String))
if io.instance_of?(String)
parse(io)
else
parse_config_lines(io)
Expand Down

0 comments on commit a6823c9

Please sign in to comment.