ICU-7589 fix URL to project

X-SVN-Rev: 34943
This commit is contained in:
Steven R. Loomis 2014-01-21 02:21:35 +00:00
parent 8ff2f476d0
commit dd62762ee5

View File

@ -31,7 +31,7 @@ def run(args=None):
def lusage():
print "Please make your message match /%s/\n and use an open ticket (One of these: %s)" % (ticket_pattern, str(okstatus))
print "See %s/wiki/TracCheck for more details." % env.project_url
print "See %s/wiki/TracCheck for more details." % env.base_url
try:
ticket_match = re.compile(ticket_pattern)