Skip to content

Commit af438fe

Browse files
committed
Update comment to match code
1 parent f75a24c commit af438fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@ def testURLOpenHeaders(url, certPath):
301301
return False
302302

303303
# Try:
304-
# 1. Default Cert (whatever CURL uses when you don't specify argument)
305-
# 2. On Linux, we scan for certs on the user's computer and store the first found one. Try this.
304+
# 1. On Linux, we scan for certs on the user's computer and store the first found one. Try this.
305+
# 2. Default Cert (whatever CURL uses when you don't specify argument)
306306
# 3. Try the certificate we bundle with the installer. We try this last becuase it might be out of date, depending on when the installer was last released.
307307
paths_to_try = [Globals.LINUX_CERT_PATH_TO_TEST, None, "curl-ca-bundle.crt"]
308308

0 commit comments

Comments
 (0)