summaryrefslogtreecommitdiff
path: root/scripts/template_verifier.py
diff options
context:
space:
mode:
authorChristian Goetze (CG) <cg@lindenlab.com>2011-03-31 15:43:47 -0700
committerChristian Goetze (CG) <cg@lindenlab.com>2011-03-31 15:43:47 -0700
commit44ad672b9e0a5ba1eef3ef7c71da3eb887f4fe0a (patch)
tree7d42a36660aa4b3981fbcddafcbb24dcb1c819aa /scripts/template_verifier.py
parent0080ed8e2914fba475b224344d8e4233e8fa48e2 (diff)
Apply server side code to message template verification onto the viewer tree.
Diffstat (limited to 'scripts/template_verifier.py')
-rw-r--r--scripts/template_verifier.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/template_verifier.py b/scripts/template_verifier.py
index 113607e02a..b44410cdd8 100644
--- a/scripts/template_verifier.py
+++ b/scripts/template_verifier.py
@@ -229,7 +229,7 @@ http://wiki.secondlife.com/wiki/Template_verifier.py
""")
parser.add_option(
'-u', '--master_url', type='string', dest='master_url',
- default='http://secondlife.com/app/message_template/master_message_template.msg',
+ default='http://bitbucket.org/lindenlab/master-message-template/raw/tip/message_template.msg',
help="""The url of the master message template.""")
parser.add_option(
'-c', '--cache_master', action='store_true', dest='cache_master',