Update default URL for message template in template_verifier.py as well

master
Ansariel 2022-11-21 21:15:01 +01:00
parent 6c843bccda
commit b5688b8b20
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ http://wiki.secondlife.com/wiki/Template_verifier.py
""")
parser.add_option(
'-u', '--master_url', type='string', dest='master_url',
default='https://bitbucket.org/lindenlab/master-message-template-git/raw/master/message_template.msg',
default='https://github.com/secondlife/master-message-template/raw/master/message_template.msg',
help="""The url of the master message template.""")
parser.add_option(
'-c', '--cache_master', action='store_true', dest='cache_master',