Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Jul 23, 2023
1 parent e4c1635 commit 6b91be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions relenv/runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ def setup_openssl():
universal_newlines=True,
shell=False,
check=False,
capture=True,
capture_output=True,
)
if proc.returncode != 0:
msg = "Unable to get the certificates directory from openssl"
Expand All @@ -718,7 +718,7 @@ def setup_openssl():
universal_newlines=True,
shell=False,
check=False,
capture=True,
capture_output=True,
)
if proc.returncode != 0:
msg = "Unable to get the certificates modules from openssl"
Expand Down

0 comments on commit 6b91be4

Please sign in to comment.