10000 Merge pull request #12 from mrluc/patch-1 · unicode-rs/unicode-script@683ae04 · GitHub
[go: up one dir, main page]

Skip to content

Commit 683ae04

Browse files
authored
Merge pull request #12 from mrluc/patch-1
Fix one instance of non-https curl
2 parents 974eb90 + 3571dac commit 683ae04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/unicode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def fetch(f):
5959
os.system("curl -O https://www.unicode.org/Public/emoji/%s.%s/%s"
6060
% (UNICODE_VERSION[0], UNICODE_VERSION[1], f))
6161
else:
62-
os.system("curl -O http://www.unicode.org/Public/%s/ucd/%s"
62+
os.system("curl -O https://www.unicode.org/Public/%s/ucd/%s"
6363
% (UNICODE_VERSION_NUMBER, f))
6464

6565
if not os.path.exists(os.path.basename(f)):

0 commit comments

Comments
 (0)
0