Skip to content

Commit e16f1b8

Browse files
Update snippet.py
Co-authored-by: Luke Kim <[email protected]>
1 parent 7153d13 commit e16f1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
if env_name not in os.environ or not Path(os.environ[env_name]).exists():
1313
tls_root_certs = './roots.pem'
1414
if not Path(tls_root_certs).exists():
15-
print('Downloading gRPS root certificates')
15+
print('Downloading gRPC certificates')
1616
# Do not verify certs for https (Mac issue)
1717
ssl._create_default_https_context = ssl._create_unverified_context
1818
urllib.request.urlretrieve('https://pki.google.com/roots.pem', tls_root_certs)

0 commit comments

Comments
 (0)