Skip to content

Commit 3f6c165

Browse files
Update easybuild/framework/easyconfig/templates.py
Co-authored-by: Alexander Grund <[email protected]>
1 parent 18e6790 commit 3f6c165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/framework/easyconfig/templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
('GITHUB_SOURCE', 'https://github.com/%(github_account)s/%(name)s/archive',
117117
'GitHub source URL (if github_account easyconfig parameter is not specified, namelower is used in its place)'),
118118
('GITHUB_LOWER_SOURCE', 'https://github.com/%(github_account)s/%(namelower)s/archive',
119-
'GitHub source URL (if github_account easyconfig parameter is not specified, namelower is used in its place)'),
119+
'GitHub source URL with lowercase name (if github_account easyconfig parameter is not specified, namelower is used in its place)'),
120120
('GITHUB_RELEASE', 'https://github.com/%(github_account)s/%(name)s/releases/download/v%(version)s',
121121
'GitHub release URL (if github_account easyconfig parameter is not specified, namelower is used in its place)'),
122122
('GITHUB_LOWER_RELEASE', 'https://github.com/%(github_account)s/%(namelower)s/releases/download/v%(version)s',

0 commit comments

Comments
 (0)