openssl: fix RuboCop warnings.
This commit is contained in:
parent
92228c28e5
commit
e2f3b30d12
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class Openssl < Formula
|
|||
openssl_io.close_write
|
||||
end
|
||||
|
||||
$?.success?
|
||||
$CHILD_STATUS.success?
|
||||
end
|
||||
|
||||
openssldir.mkpath
|
||||
|
|
Loading…
Reference in a new issue