mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #2713 from jonpas/deployLinkFix
Fix link in deploy tool
This commit is contained in:
commit
265eae14a0
@ -17,7 +17,7 @@ from pygithub3 import Github
|
||||
|
||||
TRANSLATIONISSUE = 367
|
||||
TRANSLATIONBODY = """**How to translate ACE3:**
|
||||
https://github.com/acemod/ACE3/blob/master/documentation/development/how-to-translate-ace3.md
|
||||
http://ace3mod.com/wiki/development/how-to-translate-ace3.html
|
||||
|
||||
{}
|
||||
"""
|
||||
@ -26,9 +26,6 @@ REPOUSER = "acemod"
|
||||
REPONAME = "ACE3"
|
||||
REPOPATH = "{}/{}".format(REPOUSER,REPONAME)
|
||||
|
||||
USERNAME = "ACE3 Travis"
|
||||
USEREMAIL = "travis@ace3mod.com"
|
||||
|
||||
|
||||
def update_translations(token):
|
||||
diag = sp.check_output(["python3", "tools/stringtablediag.py", "--markdown"])
|
||||
|
Loading…
Reference in New Issue
Block a user