mirror of
https://gitlab.wikimedia.org/ladsgroup/Phabricator-maintenance-bot
synced 2024-11-09 13:42:38 +01:00
Make sure the url has https:// in it
This commit is contained in:
parent
bf19b46199
commit
17fd21cffe
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class WikimediaMessagesPatchMaker(GerritBot):
|
|||
|
||||
file_ = 'i18n/wikimediaprojectnames/qqq.json'
|
||||
result = self._read_json(file_)
|
||||
result['project-localized-name-' + self.db_name] = '{{ProjectNameDocumentation|url=' + \
|
||||
result['project-localized-name-' + self.db_name] = '{{ProjectNameDocumentation|url=https://' + \
|
||||
self.wiki_url + '|name=' + self.english_name + \
|
||||
'|language=' + self.wiki_lang + '}}'
|
||||
self._write_json(file_, result)
|
||||
|
|
Loading…
Reference in a new issue