Skip to content

Commit 41cd442

Browse files
committed
Renamed remote_yml_filename to gh_lang_yml_filename
1 parent 533ddab commit 41cd442

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

programming-languages/utils/update_langs.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
from lib import data, log
66

7-
remote_yml_filename = 'languages.yml'
7+
gh_lang_yml_filename = 'languages.yml'
88

9-
log.info(f'Downloading {remote_yml_filename}...')
9+
log.info(f'Downloading {gh_lang_yml_filename}...')
1010
resp_data = urlopen(
11-
f'https://raw.githubusercontent.com/github-linguist/linguist/main/lib/linguist/{remote_yml_filename}'
11+
f'https://raw.githubusercontent.com/github-linguist/linguist/main/lib/linguist/{gh_lang_yml_filename}'
1212
).read().decode('utf-8')
1313

1414
log.info('Building language data...')

0 commit comments

Comments
 (0)