diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2022-12-07 10:47:14 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2022-12-07 10:47:14 -0500 |
commit | 6ef3df54b3ff0dcfed3000819209a7633e53a32b (patch) | |
tree | 73ed71440562d1b272672793b7bb0727001bd5d0 /scripts/template_verifier.py | |
parent | 590e158cf36b6e6fca07f54837db084fe8a163c6 (diff) | |
parent | 59b826e66e658d9d9a4f19dcabdccbc79ec3590c (diff) |
SL-18330: Merge 'contribute' of secondlife/viewer into sl-18330
Diffstat (limited to 'scripts/template_verifier.py')
-rwxr-xr-x | scripts/template_verifier.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/template_verifier.py b/scripts/template_verifier.py index 4c6449954b..ee8492db5e 100755 --- a/scripts/template_verifier.py +++ b/scripts/template_verifier.py @@ -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', |